You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation has the following drawbacks:
It's slower than it needs to be because it has to figure out and perform a redirect when you follow the link, instead of when outputting the local task.
It doesn't open in a new tab/window because it doesn't get marked as an external link, since it's technically internal at the time of rendering it.
The current implementation has the following drawbacks:
Reworking the local task to point directly to the relevant Discourse episode category should fix both of the above drawbacks. We should be able to create a deriver plug-in to do this: https://www.drupal.org/docs/drupal-apis/menu-api/providing-module-defined-local-tasks#dynamic-local-task-generation
The text was updated successfully, but these errors were encountered: