You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Click on "rename" on last item in list loads "New property name"-box with "null", changes will not be accepted ("ID is required"). Disabling fails.
Workaround: Page refresh
Component (web, API, etc)
web
Version or commit hash (if applicable)
3.49ee
How often reproducible
allways
The text was updated successfully, but these errors were encountered:
xbln
changed the title
Rename Environment Properties fails
Rename / disable Environment Properties fails
Jan 2, 2018
Do you have any values assigned to this property before Trying to rename to 'null' ?
I was able to successfully rename another property on the demo site. Then I added a new property with name 'Notebook Display 1366744', without any values and then tried to rename it. Only then I got the error which makes me think the '' in the name could be to blame.
If you can get an exact reproducer that would be very helpful
the problem was that for newly added property the 'Rename' action
only searched its immediate parent while the object ID was stored
one level up. This commit updates how we search for the parent.
Also update the template for newly added property to match the
existing HTML for other properties!
Description of problem
Click on "rename" on last item in list loads "New property name"-box with "null", changes will not be accepted ("ID is required"). Disabling fails.
Workaround: Page refresh
Component (web, API, etc)
web
Version or commit hash (if applicable)
3.49ee
How often reproducible
allways
The text was updated successfully, but these errors were encountered: