PMCORE-3954

Observations have been fixed

Removed filter for Draft Custom Cases

More observations fixed
This commit is contained in:
Martin Laguna
2022-08-30 13:12:34 -04:00
parent 6acf4e060f
commit cb50c788c3
2 changed files with 2 additions and 0 deletions

View File

@@ -33,6 +33,7 @@
{{ $t("ID_BY_PROCESS_NAME") }}
</b-form-checkbox>
<b-form-checkbox
v-if="!(title === $t('ID_DRAFT'))"
id="checkbox-3"
v-model="byReviewStatus"
name="checkbox-3"

View File

@@ -26,6 +26,7 @@
>
</b-form-checkbox-group>
<b-form-checkbox
v-if="!(title === $t('ID_DRAFT'))"
id="checkbox-review-status"
v-model="byReviewStatus"
name="checkbox-review"