Fix action registration order to occur after extensions are loaded.

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

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.

Summary ID
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
david
  1. If we need this for RBC we should land on release-6.x

  2. 
      
maubin
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-7.x (570a283)
Loading...