-
Notifications
You must be signed in to change notification settings - Fork 57
Closed
Labels
Description
Summary of the new feature / enhancement
Currently, to determine if a resource is unique, the resourceId() concatenates the type and name with a colon in between.
Proposed technical implementation details (optional)
It would be better to urlencode the name so that special characters don't present a problem and don't require restrictions on the resource name.
This is something that only happens inside the engine (unless the user explicitly retrieves the resourceId(), but it's only intended to be a unique identifier, so isn't a breaking change.
Reactions are currently unavailable