I have a suggestion for the weekly dev meeting on Thu Apr 10, 2025
Over in Zulip we've been discussing entity extensibilityin the context of some difficulties I've run into in the course of porting entity_translation over to Backdrop, namely around the removal of label callback
and the Drupal core function entity_language
. In Drupal those two things were extensible which the entity_translation
module made heavy use of while in Backdrop langcode
and label
are static properties (even though label()
is a method on the node class for instance, just returns $node->title
.
Recent comments
Thanks. I think, for me, the user-interface issue is that one uses (can only use) the "big" configure to add a first condition. And that made me think that I should use that same method to add...
Blocks (custom) not displaying in Harris sidebars with visibility condition set to more than one url path (node)
Just wanted to add-- anyone trying to set these permissions while running from Synology web station (DSM 7x) like I am, the apache user is apparently "http". So use: chown -R http....
can't install modules: "Error installing Devel. Permissions are not set up properly."
Correct, if you add multiple condition statements they are treated as AND so it would appear to the system as: node/103 AND node/91 which will never happen. Glad you found the way to...
Blocks (custom) not displaying in Harris sidebars with visibility condition set to more than one url path (node)
YES! That works. This whole thing is extremely bizarre, though. On the site I'm building (not the sandbox demo), I had a view that was displaying multiple images correctly (i.e. once, not...
Duplicated images in view
Maybe "Query settings" : "Distinct". If there are multiple identical items, each will be displayed only once. You can use this to try and remove duplicates from a view, though it...
Duplicated images in view