-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 10.10
-
Fix Version/s: 10.10-HF04, 11.1, 2021.0
-
Component/s: Web UI
-
Tags:
-
Backlog priority:400
-
Sprint:nxGang Sprint 11.1.5
-
Story Points:1
I am trying to build some analytics and not reinventing the wheel, so I wanted to import the behavior:
. . .
<script>
Polymer({
is: 'retention-analytics',
behaviors: [Nuxeo.ChartDataBehavior, Nuxeo.I18nBehavior],
. . .
This fails at runtime, the console says it cannot find the behavior:
behavior is null, check for missing or 404 import
When digging with Guillaume, the error is throw in Nuxeo-app.htmp#10287
error: This behavior being vulcanized it should be available.
Workaround: Duplicate/rename the behavior file, or just copy/paste the function used in the custom charts
- is related to
-
NXP-27167 behaviors are loaded after custom elements
- Resolved
- Is referenced in