Skip to content
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

Feature #13464: managing reassignment of all current tasks of a workflow instance. #1265

Closed
wants to merge 6 commits into from

Conversation

SilverYoCha
Copy link
Member

@SilverYoCha SilverYoCha commented Mar 9, 2023

@SilverYoCha SilverYoCha force-pushed the feature-13464 branch 2 times, most recently from e18bb3e to 220970b Compare March 9, 2023 15:33
mmoqui and others added 6 commits March 14, 2023 19:56
Take into account the feedback of both Sonarcloud and the Idea code
analyser.
Take into account the feedback of sonar and IntellJ about the code
quality.

Add a new method to DataRecord to get the size of the data record in
term of fields.

Add a new method to Administrator to get all the profiles a user can
have in a given component instance (a profile here is a mapping between
a role and some privileges in a space or a component).
Enrich comments on some classes.

Rename Administration#getProfiles(String userId, String componentId)
to Administration#getAllProfiles(String userId, String componentId). The
method takes into account both inherited roles as well as the groups in
the roles.

Add a new method in ProcessInstance: getAllAssignedStates(User user)
to get all the states that are assigned to the specified user.
Refine the signature of some methods for the workflow projects.
The @bean annotation can be now used to annotate another CDI custom
annotation (to extend the @bean one).
Adding new search user criteria which allows to retrieve users having all roles specified into criteria.
Adding new search group criteria which allows to retrieve groups having all roles specified into criteria.

Using this new search criteria into user group selection APIs (userpanel and JavaScript plugins).

Setting explicitly the HTTP code error 500 if no error code is specified when calling the default errorpageMain.jsp
@sonarcloud
Copy link

sonarcloud bot commented Mar 14, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
1.7% 1.7% Duplication

@SilverYoCha
Copy link
Member Author

Merged.
Closed manually because of manual git operations performed during integration.

@SilverYoCha SilverYoCha deleted the feature-13464 branch March 31, 2023 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants