Can't correct storage node name case
-
Trunk 8359
I’ve found a minor bug that will not allow me to change a storage node’s name to have capital first letters.
I assume this is because the input is first escaped and sent to either lower or upper, and a query is done either on the type-casted string or using a %like% query, which would return that the node already exists.
Basically,
I am trying to changeinstructional-master
toInstructional-Master
and am getting the errorStorage Node already exists
-
This post is deleted! -
@Quazz I’m sure that would work - and I did think about it. I’m just reporting bugs as I find them.
-
@Wayne-Workman Yeah, I figured, I kind of derped there to be honest.
-
I suppose this doesn’t necessarily need “fixing” as long as you can change the name and then change it back.
-
I don’t know how this is a bug.
Things are stored as they were created. The checks are there to prevent people from stealing already in use names. This is intentional. If you really need it case sensitive as a “pretty” factor, delete it and recreate it using the proper case, or manually edit the DB so it is displayed how you prefer.