Create a new extension hook for hiding built-in actions.
Review Request #12963 — Created April 20, 2023 and submitted
One thing extensions authors like to do on occasion is either hide or
replace built-in functionality. For example, some servers have disabled
the support menu or replaced the quick ship-it action with one that does
some custom behavior first. This change adds an official extension hook
to enable this without having to patch the code.
- Ran unit tests.
- Verified correctness of behavior with a small extension that hid the
support menu and ship-it action. - Built docs and checked the output.
Summary | ID |
---|---|
082b53f6ee88ea92131a8f090728196a36124312 |
Description | From | Last Updated | ||
---|---|---|---|---|
local variable 'hook' is assigned to but never used Column: 9 Error code: F841 |
![]() |
|||
I know this is pretty self explanatory but I think it'd still be good to say something like "Simply initialize … |
![]() |
|||
Missing the rest of the sentence here. |
![]() |
|||
There are no open issues |
- Commits:
-
Summary ID d64380dbfb691e8e34c2aa798bd67f71b57dbabe e1a0300f402989648f1adca79293dc1670a998c1
Checks run (2 succeeded)
flake8
passed.
JSHint
passed.