#130 closed defect (fixed)
slots containing arrays can not be renamed or edited in the Editor
Reported by: | rempel | Owned by: | promot |
---|---|---|---|
Priority: | major | Milestone: | Promot 0.8.2 |
Component: | PromotGuiVizEdit | Version: | |
Severity: | bad | Keywords: | array |
Cc: |
Description
values of array slots can be set like ("1.0" "2.0" "3.0") they can be edited in a text editor but right now not in the GUI. you can view the details (it will look like #(#(PK::M-NUMBER 1.0) #(PK::M-NUMBER 2.0) #(PK::M-NUMBER 3.0)) but editing fails, because this incorrect syntax will be rejected from the server.
so editing variables in a slot containing array-slots and renaming slots containing array slots (because this will compare the variables and try to set the wrong value, which will then be rejected from the server) doesnt work right now.
the only Work-around is to use a text-editor to change values.
Change History (2)
comment:1 Changed 16 years ago by rempel
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 16 years ago by rempel
- Milestone changed from Promot 1.0 to Promot 0.8.2
Note: See
TracTickets for help on using
tickets.
there is still no comparison if values containing arrays have changed. rename and edit is working although always parameters are introduced (even when values are unchanged). fixed with r8285