Fix action registration order to occur after extensions are loaded.

Review Request #13625 — Created March 9, 2024 and submitted — Latest diff uploaded

Information

Review Board
release-7.x

Reviewers

The new actions support attempted to register actions before extensions
were loaded, preventing JavaScript-side extensions from being able to
register automatically.

This moves actions setup to after JavaScript extension initialization,
placing it in the same order as other registrations.

Tested an action in an extension and verified that it could be
registered correctly.

This was noticed with RBCommons.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Fix action registration order to occur after extensions are loaded.
The new actions support attempted to register actions before extensions were loaded, preventing JavaScript-side extensions from being able to register automatically. This moves actions setup to after JavaScript extension initialization, placing it in the same order as other registrations.
fab4a71c00971a5027b9e88f27349b4763f26eed Christian Hammond
reviewboard/templates/base.html
Loading...