-
Notifications
You must be signed in to change notification settings - Fork 53
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
Resource ID changed to Asset Id in asset list #1079
Conversation
- corrected tagging filter for asset list API - corrected tagging filter for violation API
Chore/default local.py update
* bug:extra space character removal from db_Policy.sql file * bug:extra space character removal from db_Policy.sql file
* bug:audit policy update display name in sql and json files (cherry picked from commit cb1e298) * bug:audit policy update wiki link in resolution url in sql and json files (cherry picked from commit 4147835) * bug:policy audit changes applying to v2 * bug:policy audit changes applying to v2 * bug:policy audit changes applying to v2 * bug:policy audit changes applying to v2 * bug:policy audit changes applying to v2
* fix: changed getPolicyId API endpoint * fixed recently Viewd API and sorting in Asset List --------- Co-authored-by: ranadheer-bolli <[email protected]>
- corrected category filter for violation API - corrected tagging filter for violation API
…y and compliance overview in dashboard
Fix/db policy entries
Fix/policy param
…tion # Conflicts: # installer/resources/pacbot_app/files/DB_Policy.sql
bug: quotes missing from policy param description attribute
Thanks for making this PR @beingtechsavy. I'm worried that there are unrelated changes here. Your fork may be out of date and needs to be updated, but even then 175 line changes which seem very high. Why were lines 479-537 deleted? Also, the change to the file |
I am looking into it. |
Maybe it's your editor, but I'm showing 59 different files have been changed. This change should only be impacting a single file. You may want to reset your local environment back to the master branch, make a new fork, and then copy over the name change to webapp/src/app/pacman-features/modules/assets/asset-list/asset-list.component.ts I believe that's the only file that needs changed to complete this issue. |
Description
This is pretty much a documentation change that I made in the code where we changed the name of Resource ID to Asset ID in asset list, this makes the tag better to read and understand.
Fixes # (issue)
#1063
Type of change
This is a documentation change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also
list any relevant details for your test configuration
Checklist:
Other information:
List any documentation updates that are needed for the Wiki