-
Notifications
You must be signed in to change notification settings - Fork 356
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
Allow to select whole hour in dialog sample screen #7121
Allow to select whole hour in dialog sample screen #7121
Conversation
I'm 👍 with this, but given the ...possible level of misunderstanding in the BZ, should we just make sure all these are read only? dialog-sample is a quick preview of the dialog that the user can't really interact with anyway. |
i was just about to comment that this PR only seems to be changing the sample screen. |
c04b8f5
to
3f7eddf
Compare
@himdel We can discuss what the sample screen should behave and I don't have problem with changing it, though since this is meant to land in ivanchuk, for the PR, I want to go with a non-invasive fix. |
Checked commit mzazrivec@3f7eddf with ruby 2.5.7, rubocop 0.69.0, haml-lint 0.28.0, and yamllint **
|
Yeah, we can always do that separately :) (It's just that many more things won't "work" on that screen, automate does not get run so no dynamic fields, it's not actually running the dialog user code, so the default field logic is ..simpler, it does not look similar, etc. So there may be more BZs incoming :).) |
…dialog_sample_screen Allow to select whole hour in dialog sample screen (cherry picked from commit 6967ad8)
Jansa backport details:
|
…dialog_sample_screen Allow to select whole hour in dialog sample screen (cherry picked from commit 6967ad8) https://bugzilla.redhat.com/show_bug.cgi?id=1706848
Ivanchuk backport details:
|
When creating a service dialog with timepicker, it is possible to select a default date / time for the input. Though when we render the dialog sample screen, we only allow every fifth minute to be selected and rendered.
This change allows to select and render every minute in an hour in the datepicker element.
https://bugzilla.redhat.com/show_bug.cgi?id=1706848
For the above bz to be properly addressed in ivanchuk, we need the following PR ManageIQ/ui-components#373 to be cherry-picked into ivanchuk.