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

CHE-4942: fix text overlapping on Configure Actions on Factory details page. #4944

Merged
merged 1 commit into from
Apr 28, 2017

Conversation

akurinnoy
Copy link
Contributor

What does this PR do?

  • fixes bug when Configure Commands section overlaps on Configure Actions;
  • sets max height for Configure Commands an Configure Actions sections;
  • changes button text on "Edit command" and "Edit action" popups to be "Save" instead of "Edit".

What issues does this PR fix or reference?

#4942
screenshot-localhost-3000-2017-04-27-17-48-50
screenshot-localhost-3000-2017-04-27-17-49-41

Changelog

[UD] fixed text overlapping on Configure Actions on Factory details page.

Release Notes

N/A - bugfix

Docs PR

N/A - bugfix

Signed-off-by: Oleksii Kurinnyi okurinnyi@codenvy.com

…s page.

Signed-off-by: Oleksii Kurinnyi <okurinnyi@codenvy.com>
@akurinnoy akurinnoy added the kind/bug Outline of a bug - must adhere to the bug report template. label Apr 27, 2017
@akurinnoy akurinnoy self-assigned this Apr 27, 2017
ng-model="factoryActionBoxCtrl.selectedParam">
<div ng-message="required">Param is required.</div>
<div ng-message="maxlength">The value has to be less than 255 characters long.</div>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

doest it require as well md-maxlength ?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor issue: is the length is 255 or 256 ? it seems sometimes we have 256 and sometimes 255 (as message is less than, it doesn't include equals)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

doest it require as well md-maxlength ?

AFAIK, directive ngMaxlength adds maxlength validator to ngModel,
so, it doesn't require any other validator

255 or 256

I've tried to add action with length equal 256 symbols and got the error.

Copy link
Contributor

@olexii4 olexii4 Apr 29, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@codenvy-ci
Copy link

@ashumilova ashumilova added this to the 5.10 milestone Apr 28, 2017
@akurinnoy akurinnoy merged commit 0edfe89 into master Apr 28, 2017
@skabashnyuk skabashnyuk modified the milestones: 5.10, 5.10.0 Apr 28, 2017
@akurinnoy akurinnoy deleted the CHE-4942 branch May 15, 2017 09:26
JPinkney pushed a commit to JPinkney/che that referenced this pull request Aug 17, 2017
…s page. (eclipse-che#4944)

Signed-off-by: Oleksii Kurinnyi <okurinnyi@codenvy.com>
skabashnyuk pushed a commit that referenced this pull request Jan 3, 2020
…s page. (#4944)

Signed-off-by: Oleksii Kurinnyi <okurinnyi@codenvy.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Outline of a bug - must adhere to the bug report template.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants