Skip to content

Better js -> URL projects map to reduce unneeded execution

Witrem requested to merge github/fork/cirosantilli/project-js-only-needed into master

Created by: cirosantilli

This PR splits up the $ -> which run on every page. Now project functions are run on much less pages, making things faster and less error prone.

Projects have been split into 3 Js classes:

  • Project: runs on all project namespace
  • ProjectShow
  • ProjectNew: new and edit

Merge request reports

Loading