-
Notifications
You must be signed in to change notification settings - Fork 42
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
[DEA] Issue with subject form element #1173
Comments
mahalakshme
changed the title
Issue with subject form element
[DEA] Issue with subject form element
Mar 19, 2024
1t5j0y
added a commit
that referenced
this issue
Mar 21, 2024
|
Issue appears to be because 8.0 is deployed to staging and this is a fix in 9.0 |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Context:
From this and this cards, support for subject form element was already added in DEA.
Issue:
env: staging
org: hello
Login username: AchalaB@hello
From this video, you can see it breaks when 'Search option' enabled on a form element(with Subject concept type) for a Group subject type
Also check with the above fix, being able to add a subject as value on Individual subject type will also get sorted. If not, this can be moved to separate card.
Technical analysis:
SubjectFormElement.js
file linked inLandingSubjectFormElement.js
.AsyncSelect
inSubjectFormElement.js
file, is similar to the one used inGroupMembershipAddEdit.js
where logic for adding members to a group resides.The text was updated successfully, but these errors were encountered: