Skip to content

Commit

Permalink
Merge branch 'feat/two-level-qc-process-new-model' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubik committed Sep 4, 2024
2 parents a92be4e + 88aabcc commit 4d78e69
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: wri/fti_api
ref: staging
ref: feature/two-levels-of-observation-qc-new-model
path: otp_api

- name: Save OTP API Commit SHA
Expand Down
4 changes: 0 additions & 4 deletions src/app/pages/observations/observation-detail.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,6 @@ <h2 *ngIf="!isDisabled() && observation && !isCopied">{{'Edit observation' | tra
<blockquote>{{latestQCComment || '−'}}</blockquote>

<ng-template [ngIf]="canManage()">
<div class="c-button-container -j-start form-group">
<button type="button" (click)="onClickExplainAndPublish()" class="c-button -secondary">{{'Explain and publish' | translate}}</button>
<button type="button" (click)="onClickAmend()" class="c-button -primary">{{'Amend' | translate}}</button>
</div>
<p *ngIf="needsRevisionState === 'undecided'">{{'observation.statusNote.NeedsRevision.question' | translate}}</p>
<div class="c-button-container -j-start form-group" *ngIf="needsRevisionState === 'undecided'">
<button type="button" (click)="onClickExplainAndPublish()" class="c-button -secondary">{{'Explain and publish' | translate}}</button>
Expand Down

0 comments on commit 4d78e69

Please sign in to comment.