-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Added: Manager View functionality for viewing subordinates' assets #16578
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
base: develop
Are you sure you want to change the base?
Conversation
Signed-off-by: snipe <[email protected]>
Signed-off-by: snipe <[email protected]> # Conflicts: # config/version.php
Signed-off-by: snipe <[email protected]> # Conflicts: # config/version.php
Signed-off-by: snipe <[email protected]>
Signed-off-by: snipe <[email protected]> # Conflicts: # public/css/dist/skins/_all-skins.css # public/css/dist/skins/_all-skins.min.css # public/css/dist/skins/skin-blue.css # public/css/dist/skins/skin-blue.min.css # public/mix-manifest.json
Signed-off-by: snipe <[email protected]> # Conflicts: # config/version.php
Signed-off-by: snipe <[email protected]> # Conflicts: # public/css/build/app.css # public/css/build/overrides.css # public/css/dist/all.css # public/js/build/app.js # public/js/dist/all.js # public/mix-manifest.json
Merge develop into master
Merge grokability#16486 and grokability#16519 into master
💖 Thanks for this pull request! 💖 We use semantic commit messages to streamline the release process and easily generate changelogs between versions. Before your pull request can be merged, you should update your pull request title to start with a semantic prefix if it doesn't have one already. Examples of commit messages with semantic prefixes:
Things that will help get your PR across the finish line:
We get a lot of pull requests on this repo, so please be patient and we will get back to you as soon as we can. |
PR Summary
|
Looks like we have some conflicts and also this might need a pull and rebase, as I'm seeing an awful lot of my own commits here. Makes it kinda hard to see which bits you changed. |
This PR implements a feature that allows managers to view assets assigned to their direct and indirect subordinates in their account view. This is useful for managers who need to keep track of assets used by their team.
Features
Implementation Details