-
Type: Sub-task
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Analytics / Stats
-
Tags:
-
Sprint:UI - 2023-3, UI - 2023-4, UI - 2023-5, UI - 2023-6, UI COOLDOWN - 2023-4, UI COOLDOWN - 2023-5, UI COOLDOWN - 2023-6, UI - 2023-7, UI COOLDOWN - 2023-7, UI - 2023-8, UI - 2023-9, UI - 2023-10, UI COOLDOWN - 2023-8, UI COOLDOWN - 2023-9
-
Story Points:2
https://github.com/nuxeo/nuxeo-web-ui/pull/1853
So Currently Path get like this Path = packages/nuxeo-designer-catalog/data/applications/nuxeo/11.3/nuxeo-web-ui/%40nuxeo/nuxeo-ui-elements/nuxeo-filters-behavior.js
But what we need is like this Path = @nuxeo/nuxeo-ui-elements/nuxeo-filters-behavior.js
Note: Path is taking from local folder structure of Web UI.This Path is used in NOS.
- @ is special character its converted to %40.
- @nuxeo because all the packages are in @nuxeo/<package_name>.
- links to