•  
      request #20095 Don't Repeat Ourselves with core assets
    Infos
    #20095
    Nicolas Terray (nterray)
    2021-03-17 09:31
    2021-03-17 08:36
    21689
    Details
    Don't Repeat Ourselves with core assets

    Everywhere in the codebase we can find:

    new \Tuleap\Layout\IncludeAssets(__DIR__ . '/../../../www/assets/core', '/assets/core')
    

    In order to avoid guessing what is the right path for assets/core (and to save few keystrokes), we propose to replace the previous instantiation with the following:

    new \Tuleap\Layout\IncludeCoreAssets()
    
    Empty
    All
    Empty
    • [ ] enhancement
    • [x] internal improvement
    Empty
    Stage
    Nicolas Terray (nterray)
    Closed
    2021-03-17
    Attachments
    Empty
    References
    Referencing request #20095
    Referenced by request #20095

    Artifact Tracker v5

    rel #19325 12.7

    Follow-ups

    User avatar
    Thomas Gerbet (tgerbet)2021-03-17 09:31

    Integrated into Tuleap 12.6.99.117.


    • Status changed from Under review to Closed
    • Connected artifacts
    • Close date set to 2021-03-17