Greg Netsas
Greg Netsas
There you go: https://github.com/backdrop/backdrop/pull/4732 ...just a couple of lines changed, and now the title in the modal gets the string from the view name. Rename the view, and you get...
>One big disadvantage of this approach is, that the view name isn't translatable. That is only a problem if we see `'Image Library'` as a feature in core that needs...
@herbdool I also had the same concern another time about translating a variable that way, but I was told that it was OK. I cannot recall the exact PR where...
@herbdool looping back to this, I've updated the PR to be using `config_get_translated()` instead. Having said that, I don't see any `_config_translatables` declaration in the various config files for views...
This was discussed during the dev meeting today, 33:22 into the recording. Here: https://youtu.be/CTPd63wSpAg?t=2002 - we also touched on #6512 (which @jenlampton suggested that we should do before I even...
Thanks for picking that @argiepiano 🙏🏼 ...fixed. @jenlampton #6640 wasn't a UX improvement - it was a bug (regression) fix. I've amended that.
> But I do not see a call for an update. That's correct @findlabnet 👍🏼 ...if I compare https://github.com/backdrop/backdrop/compare/1.28.1...1.28.2 there's no indication of any update hook. Unfortunately, I do not...
...at least we have admin_views in core. I was able to edit the view, change the pager settings to show all items, then was able to select and delete all,...
PR here: https://github.com/backdrop/backdrop/pull/4752
Thanks @indigoxela, but I am still not getting it. I saw the detail, but if we are passing the value through for both the `$title` as well as the `$required`...