-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
[stable26] fix(workflowengine): Fix multiple UI issues in workflow engine admin settings #38189
Conversation
…settings Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
6966026
to
bac0941
Compare
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.
🐘
:placeholder="t('workflowengine', 'Select a filter')" | ||
@input="updateCheck" /> | ||
<NcMultiselect v-model="currentOperator" | ||
<NcSelect v-model="currentOperator" | ||
:disabled="!currentOption" | ||
:options="operators" | ||
class="comparator" | ||
label="name" | ||
track-by="operator" |
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.
There is no track-by
for NcSelect
or vue-select
.
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.
Yeah, right. That's an oversight in master:
https://github.com/nextcloud/server/pull/38170/files#diff-89faeece31f41549ed11dd7b8c99eb2b830f068e75ab525526f8ed49a95688cbR7
Will send a new PR to master and backport it
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.
Fix in #38310
/backport to stable25 |
backport of #38170