Skip to content

Commit

Permalink
#3216: fixed loading of project data to display embargo warning right…
Browse files Browse the repository at this point in the history
… away
  • Loading branch information
moellerth committed Nov 29, 2024
1 parent 875b051 commit 8e2b15e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 1,5 @@

<md-card class="fdz-data-package" ng-if="$ctrl.analysisPackage && $ctrl.analysisPackageIdVersion.masterId && $ctrl.lang && $ctrl.releases">
<md-card class="fdz-data-package" ng-if="$ctrl.analysisPackage && $ctrl.analysisPackageIdVersion.masterId && $ctrl.lang && $ctrl.releases && $ctrl.project">
<md-card-header>
<md-card-header-text>
<a ui-sref="analysisPackageDetail({id: $ctrl.analysisPackageIdVersion.masterId.replace('$', ''), version: $ctrl.analysisPackageIdVersion.version})" class="title">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 1,4 @@
<md-card class="fdz-data-package" ng-if="$ctrl.dataPackage && $ctrl.dataPackageIdVersion.masterId && $ctrl.lang && $ctrl.accessWays && $ctrl.releases">
<md-card class="fdz-data-package" ng-if="$ctrl.dataPackage && $ctrl.dataPackageIdVersion.masterId && $ctrl.lang && $ctrl.accessWays && $ctrl.releases && $ctrl.project">
<md-card-header>
<md-card-header-text>
<a ui-sref="dataPackageDetail({id: $ctrl.dataPackageIdVersion.masterId.replace('$', ''), version: $ctrl.dataPackageIdVersion.version})" class="title">
Expand Down

0 comments on commit 8e2b15e

Please sign in to comment.