-
Notifications
You must be signed in to change notification settings - Fork 243
FOUR-8230: changes in User, Templates, Screen, Category #4817
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
Conversation
|
QA server was successfully deployed https://ci-87a4fadd4f.eng.processmaker.net |
|
QA server was successfully deployed https://ci-87a4fadd4f.eng.processmaker.net |
1 similar comment
|
QA server was successfully deployed https://ci-87a4fadd4f.eng.processmaker.net |
ProcessMaker/Http/Controllers/Api/ProcessCategoryController.php
Outdated
Show resolved
Hide resolved
ProcessMaker/Http/Controllers/Api/ProcessCategoryController.php
Outdated
Show resolved
Hide resolved
| } | ||
|
|
||
| //Call Event to Log Template Changes | ||
| TemplateUpdated::dispatch([],$process,'Update Template Process'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CS
//Call Event to Log Template Changes
TemplateUpdated::dispatch([], $process, 'Update Template Process');
|
QA server was successfully deployed https://ci-87a4fadd4f.eng.processmaker.net |
1 similar comment
|
QA server was successfully deployed https://ci-87a4fadd4f.eng.processmaker.net |
|
QA server was successfully deployed https://ci-87a4fadd4f.eng.processmaker.net |
|
QA server was successfully deployed https://ci-87a4fadd4f.eng.processmaker.net |
|
QA server was successfully deployed https://ci-87a4fadd4f.eng.processmaker.net |
|
QA server was successfully deployed https://ci-87a4fadd4f.eng.processmaker.net |
|
QA server was successfully deployed https://ci-87a4fadd4f.eng.processmaker.net |
|
QA server was successfully deployed https://ci-87a4fadd4f.eng.processmaker.net |
|
QA server was successfully deployed https://ci-87a4fadd4f.eng.processmaker.net |
|
QA server was successfully deployed https://ci-87a4fadd4f.eng.processmaker.net |
b1e739c to
0e88d92
Compare
|
QA server was successfully deployed https://ci-87a4fadd4f.eng.processmaker.net |
Issue & Reproduction Steps
Register some events related to user activity events according to the PRD.
The following actions/events will register in the Security Logs:
Update User Information
Update User Permissions
Update Procesess/Templates
Update Processes/Category
Update Designer/Screen
Create Processes/Category
Create Procesess/Templates(Import)
Create Designer/Screen
Delete Processes/Category
Delete Procesess/Templates(Import)
Delete Designer/Screen
This change was updated with the UI to see the registers
Related Tickets & Packages
https://processmaker.atlassian.net/browse/FOUR-8230
https://processmaker.atlassian.net/browse/FOUR-8232
https://processmaker.atlassian.net/browse/FOUR-8245
https://processmaker.atlassian.net/browse/FOUR-8247
https://processmaker.atlassian.net/browse/FOUR-8532
Code Review Checklist
ci:deploy