#2256 install_app should put new tools at the end

v1.0.0
closed
sf-1 (616)
General
nobody
2015-08-20
2011-06-08
No

If ordinal isn't specified, put the new tool at the end of the existing tools. (You'll have to change the default ordinal=0 to ordinal=None, for starters)

Related

Tickets: #2252

Discussion

  • Wolf - 2011-06-08

    code on forge:wo/2252

    see notes in [#2252]

    this code prevents multiple mounts from all being assigned the ordinal 0 by making the default be to pick an ordinal one greater than the largest existing ordinal, thus, by default installing a new mount at the end

    The upshot is, the mounts for a new project as created on a sandbox, or for a project created by an import script, that the mounts will be numbered in sequence with no duplication (annoying to test, I know)

    • status: open --> code-review
    • assigned_to: Jenny Steele
     

    Related

    Tickets: #2252

  • Jenny Steele - 2011-06-08
    • status: code-review --> closed
     

Log in to post a comment.