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

Removed ACT_MEMBERSHIP_ID table still referenced in MyBatis query #2057

Closed
mteodori opened this issue Oct 11, 2018 · 1 comment · Fixed by #2135
Closed

Removed ACT_MEMBERSHIP_ID table still referenced in MyBatis query #2057

mteodori opened this issue Oct 11, 2018 · 1 comment · Fixed by #2135
Labels
Milestone

Comments

@mteodori
Copy link
Contributor

or I_OR${orIndex}.GROUP_ID_ IN (select g.GROUP_ID_ from ${prefix}ACT_ID_MEMBERSHIP g where g.USER_ID_ = #{orQueryObject.userIdForCandidateAndAssignee} ) ) ) )

@salaboy salaboy added the bug label Nov 1, 2018
@salaboy salaboy added this to Open in Activiti 7.x via automation Nov 1, 2018
@salaboy salaboy added this to the Beta3 milestone Nov 1, 2018
@salaboy
Copy link
Contributor

salaboy commented Nov 8, 2018

@mteodori after getting more information about this, this is not due a REMOVED table, this is because the currently logged user doesn't have any group assigned. That cause the query to fail. We still need to reproduce this issue, but the cause is more clear now.

Activiti 7.x automation moved this from Open to Closed Nov 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Activiti 7.x
  
Closed
Development

Successfully merging a pull request may close this issue.

2 participants