# When will Dynamic labels be released?

**URL:** https://discourse.openondemand.org/t/when-will-dynamic-labels-be-released/3823
**Category:** Get Help
**Tags:** question
**Created:** [October 21, 2024, 2:50am UTC](https://discourse.openondemand.org/t/when-will-dynamic-labels-be-released/3823 "2024-10-21T02:50:30Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![mnakao](https://sea1.discourse-cdn.com/flex015/user_avatar/discourse.openondemand.org/mnakao/32/1001_2.png) [@mnakao](https://discourse.openondemand.org/u/mnakao)
#### Post date: [October 21, 2024, 2:50am UTC](https://discourse.openondemand.org/t/when-will-dynamic-labels-be-released/3823/1 "2024-10-21T02:50:30Z")

</div>

Dear developers,

I requested a function for dynamic label.

> [@Easier dynamic label changes](https://discourse.openondemand.org/t/easier-dynamic-label-changes/3241/):
>
> Hi, The code below dynamically changes the content of the label depending on the node\_type choice. It is comfortable for users to know the minimum and maximum values before entering numbers in Web form. form: - node\_type - small\_cores - medium\_cores - large\_cores attributes: node\_type: widget: select options: - ['small', 'small', data-hide-medium-cores: true, data-hide-large-cores: true] - [ 'medium', 'medium', data-hide-small-cores: true, data-hide-large-c…

It looks like the function has been implemented and merged into the master branch. Thank you so much!!

> <https://github.com/OSC/ondemand/pull/3598>
>
> Fixes #3327 
> 
> form.yml
> 
> \`\`\`
> form:
> - node\_type
> - cores
> 
> attributes:
> …
> node\_type:
> widget: select
> options:
> - \['small', 'small', data-label-cores: 'Number of Cores (1-4)' \]
> - \['medium', 'medium', data-label-cores: 'Number of Cores (1-8)' \]
> - \['large', 'large', data-label-cores: 'Number of Cores (1-16)' \]
> 
> cores:
> widget: "number\_field"
> required: true
> value: 1
> \`\`\`
> 
> https://github.com/OSC/ondemand/assets/6969170/fd671ea8-fcff-45a3-92cc-dea3d305ac20

However, this function does not seem to be available in the latest version OOD 3.1.9. When will this function be available ?

Regards,

---

<div class="post-metadata">

### Author: ![jeff.ohrstrom](https://sea1.discourse-cdn.com/flex015/user_avatar/discourse.openondemand.org/jeff.ohrstrom/32/136_2.png) [@jeff.ohrstrom](https://discourse.openondemand.org/u/jeff.ohrstrom)
#### Post date: [October 21, 2024, 1:36pm UTC](https://discourse.openondemand.org/t/when-will-dynamic-labels-be-released/3823/2 "2024-10-21T13:36:34Z")

</div>

It’ll be in the 4.0 release that we’re trying to close out right now. Which is to say it’s coming soon.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex015/uploads/osc/original/2X/b/bae70bd0ed39a3ae769c2108155f4cb3e9da8385.png) [@system](https://discourse.openondemand.org/u/system)
#### Post date: [April 19, 2025, 1:36pm UTC](https://discourse.openondemand.org/t/when-will-dynamic-labels-be-released/3823/3 "2025-04-19T13:36:43Z")

</div>

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.
