Opened 9 years ago
Closed 9 years ago
#1948 closed enhancement (fixed)
Automatic re-sync of item lists used in synchronization filters
Reported by: | Nicklas Nordborg | Owned by: | everyone |
---|---|---|---|
Priority: | minor | Milestone: | BASE 3.6 |
Component: | core | Version: | |
Keywords: | Cc: |
Description
An item list may have several synchronizations filters that are used to keep the item list "up-to-date" with the information in the database. A synchronization filter may in itself be a filter on (another) item list.
It would be useful to be able to automatically synchronize the other item lists before they are used for filtering the current item list. Note that this can be a recursive action in multiple steps and that it must be able to handle circular references.
Change History (4)
comment:1 by , 9 years ago
comment:2 by , 9 years ago
comment:3 by , 9 years ago
comment:4 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [6927]) References #1948: Automatic re-sync of item lists used in synchronization filters
The "Re-sync" functionality now load depending lists and presents the user with an option to also re-sync the other lists. Actual re-sync is not yet implemented.