Changes between Initial Version and Version 1 of Ticket #33932, comment 32
- Timestamp:
- 04/27/2016 11:01:52 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33932, comment 32
initial v1 1 1 Added patch to fix bug in @welcher's patch when patch7 was added. 2 2 3 We need to basically clone the class var because the action `automatic_updates_complete` needs t ofull dataset.3 We need to basically clone the class var because the action `automatic_updates_complete` needs the full dataset. 4 4 5 5 Modifying the class variable will make this hook unreliable, so I chose to create a method variable instead to eliminate this conflict.