Changes between Version 5 and Version 6 of Migration_of_MSPlugins
- Timestamp:
- 11/07/2016 10:04:17 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Migration_of_MSPlugins
v5 v6 10 10 - an essential step: before you open the part for the newly created entry, the selection needs to be set to the newly created entry 11 11 {{{ 12 // post willnot work because of synchronization12 // post may not work because of synchronization 13 13 // the selection needs to change before we try to open the part! 14 14 eventBroker.send(IGritsDataModelService.EVENT_SELECT_ENTRY, newMSEntry);