Chris Brown
Chris Brown
Only @MarceauKa can correctly answer this. As a long-time user of this package, I find that it is largely feature-stable, despite there being reports of few glitches related to use-cases...
1. The "there is no role with ID x" error is thrown by `Role::findById()`, which is called from `getStoredRole()`, which is called by `collectRoles()`, which is called by `assignRole()`. 2....
@cesarMtorres FYI your `canany` change has been implemented in the upcoming v6
> I think the intention was to change > > ``` > if ($parent_cat->fields['parent_id'] != '0') { > ``` > > to > > ``` > if ($parent_cat->fields['parent_id'] != TOPMOST_CATEGORY_PARENT_ID)...
Regardless what tweaks we make to the UI, I think we should embrace a couple standards in how we present the Upgrade SQL: 1. Put all potentially-long-running upgrade steps at...
Yes, that big bold text would do the job! 🤣
> Do we have any ideas as to which parts of the upgrade are the major culprits here. It's the ones that touch the largest tables. For example, when we...
Alfred's snippets feature is a stellar replacement.
I do this with Alfred’s clipboard manager. Copy = the usual CMD+C Paste-formatted = the usual CMD+V Paste-without-formatting = CMD+SHIFT+V It’s in muscle-memory now. :)
`canany()` should work fine for this.