Skip to content

Problem in the New Admin Beta #675

Description

@adbrum

Problem Description

We have verified in the code that there is a variable NEW_ADMIN_URL that switches from the Legacy Admin to the Beta Admin. We inserted this variable into udata.cfg as:
NEW_ADMIN_URL = '/beta/admin/'

Only with this configuration can we access the Beta Admin. We would like to know:

  • Is this approach correct?
  • Does this variable already have a default value or does it need to be explicitly defined?

Identified Differences

We have observed that the version of the New Admin in production on the French portal differs from the version downloaded from GitHub:

GitHub versions:

  • udata-front v6.1.5
  • udata-back v10.1.3
  1. Menus

    • French version: Presents differences in the menu structure.

Image

* Downloaded version: Some menu options are different or do not appear.

Image

* Also in the "Publish on..." menu we have the items:
    * A harvester - is giving a 404 error
    * A Post - is giving a 404 error and does not exist in yours

Image

Image

  1. Different URLs

    • Example URL for datasets:
      • In our environment: /beta/admin/#/me/datasets
      • On the French portal: /beta/admin/me/datasets/
    • We observed the difference in using the # character, which occurs in all URLs of the side menu items.
  2. "Publish on..."

    • The pages accessed from the "Publish on..." menu are not loaded within the Admin, being opened in a new tab outside the administrative environment.

Question

Do these behavioral differences (menus, URLs, and internal navigation) depend on any other configuration variable besides NEW_ADMIN_URL to display the Beta Admin identically to the French portal environment?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions