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
-
Menus
- French version: Presents differences in the menu structure.

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

* 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


-
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.
-
"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?
Problem Description
We have verified in the code that there is a variable
NEW_ADMIN_URLthat switches from the Legacy Admin to the Beta Admin. We inserted this variable intoudata.cfgas:NEW_ADMIN_URL = '/beta/admin/'Only with this configuration can we access the Beta Admin. We would like to know:
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.5udata-back v10.1.3Menus
Different URLs
/beta/admin/#/me/datasets/beta/admin/me/datasets/#character, which occurs in all URLs of the side menu items."Publish on..."
Question
Do these behavioral differences (menus, URLs, and internal navigation) depend on any other configuration variable besides
NEW_ADMIN_URLto display the Beta Admin identically to the French portal environment?