-
Notifications
You must be signed in to change notification settings - Fork 487
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
module.string: fix issue with nested controller API (#3351)
This commit fixes a bug where API endpoints for nested controllers did not propagate correctly. The controller handler assumed that the full HTTP path was being used rather than the truncated path given to component handlers. This also fixes an issue in the UI where the URL for deeply nested modules was calculated incorrectly. Fixes #3294
- Loading branch information
Showing
2 changed files
with
18 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters