-
Notifications
You must be signed in to change notification settings - Fork 9
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
New hidden attribute "Data transmission via the VerbundFDB" #3287
Closed
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
Release v1.0.117-HOTFIX2
Dev to Test
Merge development into test
…validation, added ui integration.
Google Fonts Hotfix + DOI Attribute for data package attachments (#2989)
Release v1.0.118
actually the intended one
Container hotfix for jvmkill library
Release v1.0.118-HOTFIX
Release v1.0.118-HOTFIX2
#3152 updated infos
Merge remaining changes from this year's development cycle into testing
added maintenance hint for order process
…nt-new #3194 maintenance hint on order process
#3194 configurable maintenance hint in order menu
#3194 disabled maintenance hint
Improved implementation of maintenance hint & disable hint
This reverts commit 8fc384f.
Merging latest #3150
Merge Angular Hybrid Port
Bugfix Release 2023.1.2
Push Release 2023.1.2 to Production
Bumped publication year
Enable Mongock Migrations for Production
Hotfix: Enable Mongock Migrations
Fix mongock changelog package names
Fix mongock changelog package names
SaCodematix
approved these changes
Dec 7, 2023
SaCodematix
reviewed
Dec 11, 2023
@@ -109,6 +109,11 @@ | |||
markdown-to-html="$ctrl.options.dataPackage.annotations | displayI18nString" | |||
></p> | |||
</md-list-item> | |||
<md-list-item ng-if="$ctrl.options.dataPackage.transmissionViaVerbundFdb != undefined && $ctrl.options.isPublisher()"> |
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.
https://github.com/dzhw/metadatamanagement/pull/3289/files#r1422060018
Suggested change
<md-list-item ng-if="$ctrl.options.dataPackage.transmissionViaVerbundFdb != undefined && $ctrl.options.isPublisher()"> | |
<md-list-item ng-if="$ctrl.options.dataPackage.transmissionViaVerbundFdb && $ctrl.options.isPublisher()"> |
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.
No description provided.