URS, annotation structure, ensure all modification updates also the Analec Vue V2
Since all TXM URS annotation interfaces uses the Analec Vue to fill the widgets values, if the Analec Vue is not updated when the structure is modified, the annotations won’t be shown in the UIs
Several modifications must be tested :
To reproduce 1
- open the annotation structure
- rename the Entity@Property to Entity@Property2
- open the Analec Vue configurator dialog (URS menu) ->the properties to show table was not updated with the new Entity@Property2 name
Solution 1
When the VisuStructure rename() command is called, update as well the Analec Vue. The VisuVue class can help to edit the Vue.
(from redmine: issue id 3209, created on 2022/01/24 by Matthieu Decorde)
- Relations:
- relates #3204 (closed)