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

[AAE-19343] Fix attach file widget advanced properties are not properly displayed #9225

Merged
merged 2 commits into from
Jan 15, 2024

Conversation

alep85
Copy link
Contributor

@alep85 alep85 commented Jan 11, 2024

Please check if the PR fulfills these requirements

  • The commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

What kind of change does this PR introduce? (check one with "x")

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation
  • Other... Please describe:

What is the current behaviour? (You can also link to an open issue here)
https://alfresco.atlassian.net/browse/AAE-19343

What is the new behaviour?
The selected variable is not overlapped and there's no extra space between Static Path label and the value

Does this PR introduce a breaking change? (check one with "x")

  • Yes
  • No

If this PR contains a breaking change, please describe the impact and migration path for existing applications: ...

Other information:

@alep85 alep85 requested review from swapnil-verma-gl and removed request for DenysVuika, eromano and popovicsandras January 11, 2024 11:19
@alep85 alep85 changed the title Dev alepore aae 19343 [AAE-19343] Fix attach file widget advanced properties are not properly displayed Jan 11, 2024
@alep85 alep85 requested a review from DenysVuika January 11, 2024 11:24
@swapnil-verma-gl
Copy link
Contributor

The changes proposed here are impacting the UI for the properties panel as well as the create rules popup window in ACA/ADW. See screenshots -
image
image

@eromano
Copy link
Contributor

eromano commented Jan 12, 2024

@swapnil-verma-gl if this style is needed in the meta data card view component that use the card view please move this @alep85 and @swapnil-verma-gl move this needed style in there instead of the core component

@alep85 alep85 force-pushed the dev-alepore-AAE-19343 branch from 2e622ff to 1670ede Compare January 12, 2024 11:48
…label overlaps the selected variable, fix remove empty space between static path label and the value
@alep85 alep85 force-pushed the dev-alepore-AAE-19343 branch from 1670ede to 6858e06 Compare January 15, 2024 09:05
Copy link

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@alep85 alep85 merged commit e982b7d into develop Jan 15, 2024
33 checks passed
@alep85 alep85 deleted the dev-alepore-AAE-19343 branch January 15, 2024 10:38
@@ -66,7 +65,10 @@
display: flex;
flex-direction: column;
height: 20px;
transform: translateY(-1.3437em) scale(1);

&.mat-form-field-empty {
Copy link
Contributor

Choose a reason for hiding this comment

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

you are using .mat- styles that should not be used

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants