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

[ACS-4411] updateTag method added to tags service #8200

Merged
merged 3 commits into from
Jan 27, 2023

Conversation

nikita-web-ua
Copy link
Contributor

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)

Currently in ADF there is no method allowing to update tags.

What is the new behaviour?

updateTag() method added to tags service

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:
https://alfresco.atlassian.net/browse/ACS-4411

@pr-triage pr-triage bot added the PR: draft label Jan 27, 2023
@nikita-web-ua nikita-web-ua marked this pull request as ready for review January 27, 2023 11:45
}));

it('should call error on logService when error occurs during tag update', fakeAsync(() => {
const logService: LogService = TestBed.inject(LogService);
Copy link
Contributor

Choose a reason for hiding this comment

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

for the future, you don't need to specify the type as TestBed.inject was made generic for that reason

@DenysVuika DenysVuika merged commit b503773 into develop Jan 27, 2023
@DenysVuika DenysVuika deleted the feature/dev-mmaliarchuk-ACS-4411-edit-a-tag branch January 27, 2023 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants