dev

Forked from tuleap/dev

Clone or download

Read-only

story #7393: fts: deleted tracker is also deleted in elastic search

Change-Id: If3e19f5d3f603e9b31225f6bd5bb9902c340dd60

Modified Files

Name
M plugins/fulltextsearch/include/FullTextSearch/TrackerSystemEventManager.class.php +14 −0 Go to diff View file
M plugins/fulltextsearch/include/FullTextSearchTrackerActions.class.php +5 −0 Go to diff View file
A plugins/fulltextsearch/include/SystemEvent_FULLTEXTSEARCH_TRACKER_TRACKER_DELETE.class.php +105 −0 Go to diff View file
M plugins/fulltextsearch/include/autoload.php +3 −2 Go to diff View file
M plugins/fulltextsearch/include/fulltextsearchPlugin.class.php +6 −0 Go to diff View file
A plugins/fulltextsearch/tests/SystemEvent_FULLTEXTSEARCH_TRACKER_TRACKER_DELETETest.php +61 −0 Go to diff View file
M plugins/tracker/include/Tracker/Tracker.class.php +7 −0 Go to diff View file
M plugins/tracker/include/constants.php +9 −1 Go to diff View file