James Scott

Results 18 comments of James Scott

The problem is that when the link to add a new visibility condition is ticked, the newly selected context is not part of the layout settings (yet). However, the new...

Issue https://github.com/backdrop/backdrop-issues/issues/5145 is a duplicate of this issue, and has now been closed.

I see some test failures which I am currently investigating and fixing :(

The problem I faced was that I had used the PHP "array_column" function, which was not introduced until PHP5.5, so the 5.3 tersts were failing. Now replaced with equivalent code.

@quicksketch I note the concerns you have expressed about this method being able to bypass existing access control, so will need to consider that when looking at a update to...

@quicksketch Can you please expand on your suggestion that allowing access to entities via a non-standard path (eg nodes via path "/foo/{nid}" would allow access controls to be bypassed. I...

The problem is that the behaviors js in the file filter.js (core module filter) is not processing the returned ajax form, to hide one or the other of the alternative...

I find that commenting out the ajax command to replace the form in the function filter_format_editor_dialog_save solves the problem in this instance. The question is what other effects does this...

The function filter_format_editor_dialog_save() is an ajax callback function used in only two places - the form generated by function filter_format_editor_image_form() which creates a form for inserting/editing an image - the...