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

VCST-2542: change organization logo #7

Merged
merged 11 commits into from
Jan 27, 2025
Merged

Conversation

ksavosteev
Copy link
Collaborator

@ksavosteev ksavosteev commented Jan 17, 2025

Description

File upload scope

  "FileUpload": {
    "RootPath": "attachments",
    "Scopes": [
	  {
		"Scope": "organization-logos",
                "MaxFileSize": 5000000,
                "AllowedExtensions": [ ".jpg", ".png" ],
                "AllowAnonymousUpload": false
	  }
    ]
  }

Mutation

mutation changeOrganizationLogo($command: InputChangeOrganizationLogoCommandType!)
{
   changeOrganizationLogo(command:$command) {
      isSuccess
      errorMessage
   }
}
{
  "command": {
    "organizationId": "b7df4d1e-de1e-404a-98e9-8f19ca80fbdf",
    "logoUrl": "/api/files/e7f632ba3b2943c39970ca672730f9b7"
  }
}

References

QA-test:

Jira-link:

https://virtocommerce.atlassian.net/browse/VCST-2542

Artifact URL:

https://vc3prerelease.blob.core.windows.net/packages/VirtoCommerce.WhiteLabeling_3.805.0-pr-7-008e.zip

Copy link
Contributor

@vc-ci vc-ci left a comment

Choose a reason for hiding this comment

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

Test Suite: Test Suites/Modules/module_Assets
Tests: 13
Failures: 0
Errors: 0
Time: 7.464
Timestamp: 17-01-2025T07:50:23

Copy link
Contributor

@vc-ci vc-ci left a comment

Choose a reason for hiding this comment

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

Test Suite: Test Suites/Modules/module_Assets
Tests: 13
Failures: 0
Errors: 0
Time: 7.831
Timestamp: 22-01-2025T10:48:39

Copy link
Contributor

@vc-ci vc-ci left a comment

Choose a reason for hiding this comment

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

Test Suite: Test Suites/Modules/module_Assets
Tests: 13
Failures: 0
Errors: 0
Time: 7.508
Timestamp: 23-01-2025T11:58:25

Copy link
Contributor

@vc-ci vc-ci left a comment

Choose a reason for hiding this comment

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

Test Suite: Test Suites/Modules/module_Assets
Tests: 13
Failures: 0
Errors: 0
Time: 7.862
Timestamp: 23-01-2025T12:08:04

Copy link
Contributor

@vc-ci vc-ci left a comment

Choose a reason for hiding this comment

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

Test Suite: Test Suites/Modules/module_Assets
Tests: 13
Failures: 0
Errors: 0
Time: 7.814
Timestamp: 23-01-2025T16:53:31

Copy link
Contributor

@vc-ci vc-ci left a comment

Choose a reason for hiding this comment

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

Test Suite: Test Suites/Modules/module_Assets
Tests: 13
Failures: 0
Errors: 0
Time: 7.553
Timestamp: 24-01-2025T08:12:59

Copy link
Contributor

@vc-ci vc-ci left a comment

Choose a reason for hiding this comment

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

Test Suite: Test Suites/Modules/module_Assets
Tests: 13
Failures: 0
Errors: 0
Time: 7.66
Timestamp: 24-01-2025T15:36:50

Copy link
Contributor

@vc-ci vc-ci left a comment

Choose a reason for hiding this comment

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

Test Suite: Test Suites/Modules/module_Assets
Tests: 13
Failures: 0
Errors: 0
Time: 7.632
Timestamp: 27-01-2025T08:36:32

Copy link
Contributor

@vc-ci vc-ci left a comment

Choose a reason for hiding this comment

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

Test Suite: Test Suites/Modules/module_Assets
Tests: 13
Failures: 0
Errors: 0
Time: 7.749
Timestamp: 27-01-2025T09:24:45

@ksavosteev ksavosteev merged commit f41d694 into dev Jan 27, 2025
5 of 6 checks passed
@ksavosteev ksavosteev deleted the feat/VCST-2542-org-logo branch January 27, 2025 16:13
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.

3 participants