Closed (fixed)
Project:
Entity Browser
Version:
8.x-1.x-dev
Component:
Display plugins
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
5 Nov 2015 at 16:24 UTC
Updated:
5 Dec 2016 at 22:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
primsi commentedComment #3
primsi commentedComment #4
slashrsm commentedComment #5
chr.fritschI refactored the modal display that it extends the iframe display, because the modal is in the end basically an iframe.
The attached patched is based on #2828778: Dead code in modal display
Comment #6
chr.fritschComment #11
chr.fritschRerolled
Comment #12
chr.fritschCalling DisplayBase::displayEntityBrowser directly from modal to not call iframe logic.
Comment #13
slashrsm commentedCode removals! Yay! Generally looks good. Thank you for working on this!
displayentitybrowser()will run almost identical code twice. Once in Modal and once in iFrame. This also includes REEGISTER_JS_CALLBACKS, which will be dispatched twice. We should avoid that.Comment #14
chr.fritschHave you seen my latest comment #12? It should be fixed there
Comment #15
slashrsm commentedComment #17
slashrsm commentedCommitted. Thanks!
Comment #18
slashrsm commentedThis removed description for auto_open in Modal config form. This patch adds it back.
Comment #19
slashrsm commentedCommitted.
Comment #22
slashrsm commented