Details
-
Work Item
-
Resolution: Fixed
-
Minor
-
None
-
None
-
All
-
GreenHopper Ranking:0|i1iahf:
-
9223372036854775807
-
Small
Description
When developing a component in tacokit, if we don't specifiy the resource's placeholder, the framework return the resource's name (a technical name).
Ie for the resource:
CsvConfiguration.customEncoding._displayName=Custom Encoding
If there's no CsvConfiguration.customEncoding._placeholder, the value displayed in the input area will be customEncoding.
Ideally, if the placeholder do not exist, the value should be an empty string.