Every time when we update the video entity file from MPX platform, the entity was updated twice.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | video_file_entity_update_twice-2667050-2.patch | 680 bytes | wuinfo - bill wu |
Every time when we update the video entity file from MPX platform, the entity was updated twice.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | video_file_entity_update_twice-2667050-2.patch | 680 bytes | wuinfo - bill wu |
Comments
Comment #2
wuinfo - bill wu commentedIt is because the parent module media_theplatform_mpx have invoked the hook media_theplatform_mpx_update_video twice. What we can do is not to ignore one of them.
Comment #3
wuinfo - bill wu commentedHere is the patch to ignore one of them. This module is highly coupled with its parent module.
Comment #5
wuinfo - bill wu commented