Problem/Motivation

When you click on select entities for the field files(modal example) from the content type entity_browser_test, a modal window is supposed to open. But it doesn't.

Proposed resolution

When I do an inspect element I can see that the url is entity-browser/modal/test_files1?uuid=c4b664e8-d8c1-4535-9709-9be37ea035f8&original_path=/node/add/entity_browser_test and opening that in a different page shows the file browser properly. So I am thinking this has something to do with javascript or the properties passed to the anchor tag which needs to be fixed.

Remaining tasks

- write patch
- review patch

Comments

gokulnk’s picture

Title: Files browser modal display form examples is not working » Files browser modal display from examples is not working
slashrsm’s picture

Title: Files browser modal display from examples is not working » Modal display is entirely broken

This a bigger problem. Modal display is entirely broken. I suspect this was caused by some changes in core at some point. Yesterday I spent some time to figure out the solution but was not very successful....

slashrsm’s picture

Issue tags: +Media Initiative, +D8Media
jonhattan’s picture

Status: Needs work » Needs review
slashrsm’s picture

Status: Needs review » Fixed

Merged. Thanks!

gokulnk’s picture

I can confirm that the fix is working.

I wish there was a mechanism using which the maintainers would get a notification when there is a change record that relates to code in the module. It would have made life much easier ;)

slashrsm’s picture

True! Are you volunteering to develop something like this? ;)

gokulnk’s picture

Well that would be lot of effort. I am not sure if I have the pedigree for that. But I think it is an interesting problem statement to solve.

I have asked a question on StackExchange http://programmers.stackexchange.com/questions/291873/context-specific-a... Lets see if something interesting comes out of it.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.