Closed (fixed)
Project:
Masonry API
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Jul 2016 at 19:08 UTC
Updated:
16 Jul 2020 at 07:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
duneblHere are more information regarding the js loaded in my page:
Comment #3
duneblI have changed the title as in fact, this is not a chrome problem, this is a permission problem:
Anonymous: not working
Authenticated user: not working
Administrator: working
I will check If I need to setup some permission and I will get back to you!!
Comment #4
dom. commentedHi !
I can't reproduce on fresh install. Can you check you are using the latest dev version of Masonry API. If so, could you check that the line:
- jquery.once
is present in the file masonry.libraries.yml
If so, can you clean your caches at /admin/config/development/performance and let me know how things goes ?!
Comment #5
duneblYou are right!!! Installing latest DEV solved my problem...
Many thanks for your help, and sorry for wasting your time (I should check dev version before asking, but I was sure it was dev)...
Comment #6
duneblComment #7
ajayg commentedJust tried this with latest dev version and released version on a fresh install. I am still seeing this issue.
Comment #8
ajayg commentedThe culprit is core/jquery.once is again missing from masonry.libraries.yml in latest dev version. Adding it at the end of file solved the issue.
Comment #9
mstrelan commentedComment #10
markdc#9 works. Thank you.
This problem came up for me only after I changed permissions for some unrelated footer blocks to administrator only, as well as an unrelated view.
Comment #11
mstrelan commented@fatmarker, many other modules or themes will depend on jquery.once so it was likely already included.
Comment #12
ytsurkRe-Roll
Comment #13
ytsurkComment #14
mstrelan commentedWhy did you re-roll that? The patch added a line break at the end of the file which you removed. I can see through your post history you're fishing for credits. Please stop.
Comment #15
markdc@mstrelan Thank you for the explanation! That makes sense. I was too low on caffeine at the time to deduce that. XD
Comment #16
ytsurkExactly of that new line at the end of file it did not apply, and I wanted an official patch .. credits are yours, no problem with that ..
But I missed to put that new line again ..
Comment #18
dom. commentedjquery.once was indeed a missing dependency. Thanks a lot for help.