-
Notifications
You must be signed in to change notification settings - Fork 264
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
[ACS-8749] View More tags button no longer shows when all tags are removed from a node #10221
Conversation
2b341c2
to
e9f47e8
Compare
ce5eef3
to
dace3aa
Compare
85f2897
to
d3157f9
Compare
Quality Gate passedIssues Measures |
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.
Is an empty file intended?
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.
No, the changes intended in this PR are only in the dynamic-chip-list.component.html and dynamic-chip-list.component.spec.ts files. The other files have started showing up, due to rebase of the ng16-migration branch again. This was the same issue that caused the original PR (#10200) to have to be closed. I'll need to investigate this and update the PR accordingly
af1c58d
to
c83ee94
Compare
a803b2c
to
f789dec
Compare
Closing due to incorrect rebase issue again. Created #10285 with cherry picked commit |
Please check if the PR fulfills these requirements
What kind of change does this PR introduce? (check one with "x")
What is the current behaviour? (You can also link to an open issue here)
View more button was not getting hidden when all tags on a node were removed.
What is the new behaviour?
View more button now gets hidden
Does this PR introduce a breaking change? (check one with "x")
If this PR contains a breaking change, please describe the impact and migration path for existing applications: ...
Other information:
https://hyland.atlassian.net/browse/ACS-8749
Also, take a loot at #10200. This PR is a duplicate of that, and was created due to unsuccessful rebase to the latest ng16-migration branch