-
Notifications
You must be signed in to change notification settings - Fork 4
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
src/components: show team size and members count in FormFieldSelectTable component #800
src/components: show team size and members count in FormFieldSelectTable component #800
Conversation
Could @maceksimon resolve conflicts please? |
5813825
to
f226623
Compare
These have been resolved. |
Could @maceksimon resolve conflicts again, and refactor code to use max. team memebers value from the store var (merged PR #801) please? |
…FormFieldSelectTable (auto-mat#804) * create organization * create organization + subsidiary * remove outdated comment * add test for creating organization in SelectTable * remove only * organization and subsidiary creation * update loading subsidiaries via store and post-creation update * do not persist subsidiaries * add comments * update docs and remove unrelated test * update onChangeOption handler * docs update * add docs * remove unused fixture * fix FormFieldCompanyAddress test (simulate onMounted hook) * src/components/form: fix logger info/debug message text * src/components/form: refactor onCreateOption() evt handler func with prepeding new organization option into all options * src/components/form: add logger debug messages * src/components/form: fix position of logger info message * src/components/form: add logger debug messages --------- Co-authored-by: Šimon Macek <[email protected]> Co-authored-by: Tomas Zigo <[email protected]>
f226623
to
d683840
Compare
Updated (I left the config variable as a default option in case the store var is not available). |
Max team members value is readed from the REST API URL this_campaign/ endpoint.
Show team size and members count in
FormFieldSelectTable
component.useApiGetTeams
, addmembers
(source API) andmaxMembers
(source config) fields.