Uploaded image for project: 'Magnolia Resources Module'
  1. Magnolia Resources Module
  2. MGNLRES-28

Counts for all modules: getRepository() in module class should be static for use in update tasks.

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Obsolete
    • Icon: Minor Minor
    • None
    • 1.3.1
    • management

      On state of update, the module classes are not instantiated yet.
      So ModuleClass.getInstance().getRepository() can't be called.

      Should be possible to use the repo name dynamically in the update tasks too, and not hard coded:
      ModuleClass.getRepository()

      This counts for many modules, which provide the name of their repository.

        Acceptance criteria

              rkovarik Roman Kovařík
              cringele Christian Ringele
              Nucleus
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Task DoD