-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 9.10
-
Component/s: DAM, Image Management
-
Release Notes Summary:Picture view is only generated once, even with several document changes.
-
Epic Link:
-
Tags:
-
Backlog priority:700
-
Sprint:nxcore 10.1.5
-
Story Points:2
The listener pictureViewsGenerationListener is trigger on documentModification and schedule a PictureViewsGenerationWork, this work modify the document that trigger again the listener.
A flag must be added in the listener, see
https://github.com/nuxeo/nuxeo/commit/d1cb037fa24f06019808aeacbaf02c33972392bb
For a possible fix.