-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 10.10
-
Fix Version/s: 10.10-HF17, 11.1, 2021.0
-
Component/s: Web UI
- install Nuxeo
- login
- create a section named testSection
- create a workspace
- create a Note document named noteA
- create a Note document named noteB
- publish noteA
- publish noteB
- go to the section testSection
- add published note noteA to the favorites
- add published note noteB to the favorites
- click the favorites button
- click noteA in the favorites
- observe the message You are viewing a publication of noteA
- click noteB in the favorites
- observe the message You are viewing a publication of noteA (see noteAmessage.png)
Expected behavior: the message should be about noteB when clicking noteB favorite.
Note: this may be due to
https://github.com/nuxeo/nuxeo-web-ui/blob/10.10/elements/nuxeo-publication/nuxeo-publication-info-bar.html#L57
and should be instead
[[_infoLabel(_srcDeleted, document)]]
- Is referenced in