sureshanaparti opened a new pull request, #9572:
URL: https://github.com/apache/cloudstack/pull/9572

   ### Description
   
   This PR updates the project account (which is the resource owner id rather 
than the calling user account id) for all the events with project account 
owner, except for create project event.
   
   Fixes #9432 
   
   <!--- Describe your changes in DETAIL - And how has behaviour functionally 
changed. -->
   
   <!-- For new features, provide link to FS, dev ML discussion etc. -->
   <!-- In case of bug fix, the expected and actual behaviours, steps to 
reproduce. -->
   
   <!-- When "Fixes: #<id>" is specified, the issue/PR will automatically be 
closed when this PR gets merged -->
   <!-- For addressing multiple issues/PRs, use multiple "Fixes: #<id>" -->
   <!-- Fixes: # -->
   
   <!--- 
******************************************************************************* 
-->
   <!--- NOTE: AUTOMATION USES THE DESCRIPTIONS TO SET LABELS AND PRODUCE 
DOCUMENTATION. -->
   <!--- PLEASE PUT AN 'X' in only **ONE** box -->
   <!--- 
******************************************************************************* 
-->
   
   ### Types of changes
   
   - [ ] Breaking change (fix or feature that would cause existing 
functionality to change)
   - [ ] New feature (non-breaking change which adds functionality)
   - [x] Bug fix (non-breaking change which fixes an issue)
   - [ ] Enhancement (improves an existing feature and functionality)
   - [ ] Cleanup (Code refactoring and cleanup, that may add test cases)
   - [ ] build/CI
   - [ ] test (unit or integration test code)
   
   ### Feature/Enhancement Scale or Bug Severity
   
   #### Feature/Enhancement Scale
   
   - [ ] Major
   - [ ] Minor
   
   #### Bug Severity
   
   - [ ] BLOCKER
   - [ ] Critical
   - [x] Major
   - [ ] Minor
   - [ ] Trivial
   
   
   ### Screenshots (if appropriate):
   
   
   ### How Has This Been Tested?
   
   Manually tested create project, add account and user to projects.
   
   **Before Fix =>**
   
   Default View Events:
   
   <img width="1083" alt="DefaultView_ProjectEvents_BeforeFix" 
src="https://github.com/user-attachments/assets/6b3885b0-55d1-4d94-9995-ba9f8327a2df";>
   
   Project View Events:
   
   <img width="1082" alt="ProjectView_ProjectEvents_BeforeFix" 
src="https://github.com/user-attachments/assets/57330585-5ea4-45ba-833b-7ae4cae7b484";>
   
   Project Events DB:
   
   <img width="1274" alt="ProjectEvents_DB_BeforeFix" 
src="https://github.com/user-attachments/assets/4da4815f-d644-4313-8fce-e9e9d9d29fde";>
   
   
   **After Fix =>**
   
   Default View Events:
   
   <img width="1084" alt="DefaultView_ProjectEvents_AfterFix" 
src="https://github.com/user-attachments/assets/035910ed-ba59-44a7-9aa6-e7a5b812b9e6";>
   
   Project View Events:
   
   <img width="1082" alt="ProjectView_ProjectEvents_AfterFix" 
src="https://github.com/user-attachments/assets/d48ad75c-bab5-4639-997f-7acb6d0681cf";>
   
   Project Events DB:
   
   <img width="1275" alt="ProjectEvents_DB_AfterFix" 
src="https://github.com/user-attachments/assets/564cabff-f8a0-4c4a-9dea-5c5c83516adb";>
   
   
   <!-- Please describe in detail how you tested your changes. -->
   <!-- Include details of your testing environment, and the tests you ran to 
-->
   
   #### How did you try to break this feature and the system with this change?
   
   <!-- see how your change affects other areas of the code, etc. -->
   
   
   <!-- Please read the 
[CONTRIBUTING](https://github.com/apache/cloudstack/blob/main/CONTRIBUTING.md) 
document -->
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to