-
Notifications
You must be signed in to change notification settings - Fork 3
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
IVYPORTAL-17679 UI Facelift for LTS 12.0.0 - Part 2 #1150
IVYPORTAL-17679 UI Facelift for LTS 12.0.0 - Part 2 #1150
Conversation
- width 100% for .change-password-column button - change cms from change to save - add MarTop10 for styleClass - move save-password-setting to change-password-panel
- remove close button - align engine version to the right - align portal version to the right - align pmv value to center - ajust the width of the dialog
- implement new warning dialog for view session expired - change styleClass usage - add new cms for new text
- implement select substitutes dialog
…ssword validate, role management
…-2' of github.com:axonivy-market/portal into feature/IVYPORTAL-17679-UI-Facelift-for-LTS-12.0.0-Part-2
- add cms save all - implement absence page - add new class primary-color-light-button
…-2' of github.com:axonivy-market/portal into feature/IVYPORTAL-17679-UI-Facelift-for-LTS-12.0.0-Part-2
- undo color change warning - change new class primary-lighter-color
…-2' of https://github.com/axonivy-market/portal.git into feature/IVYPORTAL-17679-UI-Facelift-for-LTS-12.0.0-Part-2
- handle feedback for Absence, substitute
- handle feedback for Change password
- handle feedback for Project information dialog
…-2' of https://github.com/axonivy-market/portal.git into feature/IVYPORTAL-17679-UI-Facelift-for-LTS-12.0.0-Part-2
- implement task confirmation dialog
…-2' of https://github.com/axonivy-market/portal.git into feature/IVYPORTAL-17679-UI-Facelift-for-LTS-12.0.0-Part-2
- Handle feedback: change actions icon, change position of Add new dashboard button
…-2' of github.com:axonivy-market/portal into feature/IVYPORTAL-17679-UI-Facelift-for-LTS-12.0.0-Part-2
…-2' of github.com:axonivy-market/portal into feature/IVYPORTAL-17679-UI-Facelift-for-LTS-12.0.0-Part-2
…sponsive user profile
value="#{ivy.cms.co('/ch.ivy.addon.portalkit.ui.jsf/common/change')}" actionListener="#{logic.updatePassword}" | ||
icon="#{visibilityBean.generateButtonIcon('si si-check-1')}" | ||
<p:outputLabel for="save-password-setting" | ||
value="" /> |
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.
Why do we need this label ?
@@ -1,14 +1,10 @@ | |||
pipeline { | |||
agent {label 'portal-slave'} |
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.
should revert this jenkins file so it will not be shown in the PR
@@ -1,15 +1,10 @@ | |||
pipeline { | |||
agent {label 'portal-slave'} |
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.
should revert this jenkins file so it will not be shown in the PR
…sence management table style
- Fix fail tests
- Fix fail gui tests
- Fix screenshot tests
- Update AdminSettings.html file
No description provided.