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.

CommentFileSizeAuthor
#2 2566241-2--tracker_default.patch1.16 KBdrunken monkey

Comments

drunken monkey created an issue. See original summary.

drunken monkey’s picture

Status: Active » Needs review
StatusFileSize
new1.16 KB

Seems 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.)

drunken monkey’s picture

Status: Needs review » Fixed

Committed.

  • drunken monkey committed db4666b on 8.x-1.x
    Issue #2566241 by drunken monkey: Fixed index tracker select default...
borisson_’s picture

Status: Needs review » Fixed

For some reason this was still on need review.

drunken monkey’s picture

For some reason this was still on need review.

Yeah, the issue bot sometimes does that when posting the commit message. Thanks for resetting!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.