Skip to content

Commit

Permalink
Merge branch 'main' into release/1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mafasva committed Jul 18, 2024
2 parents 3606c3f + 42ec169 commit 6c4fade
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build-for-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
registry:
needs: test_and_scan
if: github.event.pull_request.merged == true

runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -70,8 +71,3 @@ jobs:
with:
push: true
tags: ghcr.io/num-forschungsdatenplattform/num-portal-webapp:develop





Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,15 @@ <h3 class="accordion" fxLayoutGap="8px">
></num-attachments-table>
</section> -->

<section role="presentation" class="num-margin-b-10">
<num-attachments-table
[attachments]="attachments"
[isInPreview]="isInPreview"
[project]="project"
[showSelectColumn]="showAttachmentsSelect"
></num-attachments-table>
</section>

<section role="presentation" class="num-margin-b-10">
<p class="mat-display-4 num-margin-b-10">{{ 'FORM.FINANCED' | translate }}</p>
<mat-slide-toggle
Expand Down

0 comments on commit 6c4fade

Please sign in to comment.