Changes between Initial Version and Version 3 of Ticket #587
- Timestamp:
- 24.12.2013 04:16:14 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #587
- Property Status changed from new to closed
- Property Resolution changed from to fixed
-
Ticket #587 – Description
initial v3 1 1 This event would be fired once a topic update request (actually a `topic.update()` call) has performed. Note: while the `POST_UPDATE_TOPIC` event is fired several times -- once for the request topic and, in case of a composite topic, once per child topic) -- the `POST_UPDATE_TOPIC_REQUEST` on the other hand is fired only once (for the request topic). 2 2 3 A `POST_UPDATE_ASSOCIATION_REQUEST` event should be added as well, with analogous semantics. 4 5 These events are required in conjunction with #510 (modification date should bubble up to parents/composites). 3 The `POST_UPDATE_TOPIC_REQUEST` event are required in conjunction with #510 (modification date should bubble up to parents/composites).