-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Customizations #2133
Customizations #2133
Conversation
Hey nwmac! Thanks for submitting this pull request! I'm here to inform the recipients of the pull request that you and the commit authors have already signed the CLA. |
…ratos into customizations
Looked through the code and there's no code smells. Tested using the custom src theme and all works. Going forward will the custom module basically replace the old frontend plugins concept? |
CustomModule is a simple hook that lets you incorporate custom modules etc, so it should replace the old plugins mechanism for the front end. We still need to define extension points (e.g. nav, tabs) to allow extensions to add themselves into the UI at the right places. |
* v2-master: (53 commits) Fixed tests Remove passthrough from delete service instance Backend unit test fix Fix backend unit test Fix service instance bound app links - Previously cfGuid was `undefined` - Breadcrumbs fixed, previously only one of three was correct - Remove errant <p> from meta card titles, this matches org and space tiles Removed more unused code Fix unit tests Use correct stratos admin scope when finding if current user is a admin Fixed issues found on initial review Fix update of table Removing fdescribe Fixing tests Removed fdescribe + comment Final tweaks Removed test code Small improvements for back end dev Fixed linting Added unit tests Fix merge conflict Changes in response to feedback ...
No description provided.