-
Notifications
You must be signed in to change notification settings - Fork 14
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
N21-1507 copy ctl tools #2988
Merged
Merged
N21-1507 copy ctl tools #2988
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…chool external tool and add a translation for this possible error message
…ls' into N21-1507-copy-ctl-tools # Conflicts: # src/components/external-tools/configuration/ExternalToolConfigurator.unit.ts # src/components/external-tools/configuration/ExternalToolConfigurator.vue # src/locales/de.json # src/locales/en.json # src/locales/es.json # src/locales/uk.json # src/serverApi/v3/api.ts # src/store/external-tool/mapper/school-external-tool.mapper.ts
…ls' into N21-1507-copy-ctl-tools # Conflicts: # src/components/external-tools/configuration/ExternalToolConfigurator.vue # src/components/rooms/RoomExternalToolCard.vue # src/locales/de.json # src/pages/rooms/tools/RoomExternalToolsSection.vue # src/store/external-tool/mapper/school-external-tool.mapper.ts
# Conflicts: # src/components/feature-board-external-tool-element/ExternalToolElement.vue # src/components/feature-board-external-tool-element/ExternalToolElementAlert.unit.ts # src/components/feature-board-external-tool-element/ExternalToolElementAlert.vue # src/components/rooms/RoomExternalToolCard.vue # src/locales/de.json # src/locales/en.json # src/locales/es.json # src/locales/uk.json # src/pages/rooms/tools/RoomExternalToolsErrorDialog.vue # src/serverApi/v3/api.ts # src/store/external-tool/context-external-tool-configuration-status.ts # src/store/external-tool/mapper/common-tool.mapper.ts # src/store/external-tool/mapper/school-external-tool.mapper.ts # tests/test-utils/factory/contextExternalToolConfigurationStatusFactory.ts # tests/test-utils/factory/contextExternalToolConfigurationStatusResponseFactory.ts # tests/test-utils/factory/schoolExternalToolConfigurationFactory.ts
arnegns
suggested changes
Jan 9, 2024
src/components/data-external-tool/ContextExternalToolConfigurationStatus.composable.unit.ts
Outdated
Show resolved
Hide resolved
src/components/data-external-tool/ContextExternalToolConfigurationStatus.composable.unit.ts
Outdated
Show resolved
Hide resolved
src/components/data-external-tool/ContextExternalToolConfigurationStatus.composable.unit.ts
Outdated
Show resolved
Hide resolved
src/components/data-external-tool/ContextExternalToolConfigurationStatus.composable.unit.ts
Outdated
Show resolved
Hide resolved
src/components/external-tools/configuration/ExternalToolConfigurator.unit.ts
Show resolved
Hide resolved
src/components/external-tools/configuration/ExternalToolConfigurator.vue
Show resolved
Hide resolved
src/pages/context-external-tool/ContextExternalToolConfigurator.page.unit.ts
Show resolved
Hide resolved
arnegns
previously approved these changes
Jan 10, 2024
# Conflicts: # src/store/env-config.ts # src/store/types/env-config.ts
This was referenced Jan 12, 2024
arnegns
previously approved these changes
Jan 12, 2024
Quality Gate passedThe SonarCloud Quality Gate passed, but some issues were introduced. 2 New issues |
mrikallab
approved these changes
Jan 12, 2024
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.
Approved because dismissed approve from Arne
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Short Description
Enables copying of external tools when copying a course. Paramters which were marked as protected are not copied and a new status "incomplete" is added and shown after a copy is detected to have such a protected value. Incomplete tools cannot be launched
Links to Ticket and related Pull-Requests
Changes
Data-security
Deployment
New Repos, NPM packages or vendor scripts
Screenshots of UI changes
Checklist before merging