Ticket #68 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Cannot add a new repository in the registry

Reported by: frederic.bergeron@… Owned by: jlsantoso
Priority: minor Component: ARIADNE Registry
Version: Keywords:
Cc:

Description

I tried the latest revision of the code today (r723) and got the following problem when adding a new repository. The finish.jsp page doesn't compile at the execution because of the following expressions:

RepositoryConstants?.REG_CATALOG

They must be replaced by:

RepositoryConstants?.getInstance().REG_CATALOG

Attachments

fixRegCatalog.patch Download (4.0 KB) - added by frederic.bergeron@… 2 years ago.
Patch file

Change History

Changed 2 years ago by frederic.bergeron@…

Patch file

comment:1 Changed 2 years ago by jlsantoso

  • Status changed from new to closed
  • Resolution set to fixed

code fixed and comitted

Note: See TracTickets for help on using tickets.