What the title says: we define a default_tracker setting and set it to "default" by default, but don't actually use it to determine the default tracker for newly created indexes.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 2566241-2--tracker_default.patch | 1.16 KB | drunken monkey |
Comments
Comment #2
drunken monkeySeems like this is already handled by
Index::getTrackerId(). The form code should just trust what comes back from there. (It should never happen that the used tracker becomes invalid/unavailable, due to the config dependency system, but even if it does all that's gonna happen is that the field has no default set and the user has to choose one in order to save.)Comment #3
drunken monkeyCommitted.
Comment #5
borisson_For some reason this was still on need review.
Comment #6
drunken monkeyYeah, the issue bot sometimes does that when posting the commit message. Thanks for resetting!