PMCORE-3954
Observations have been fixed Removed filter for Draft Custom Cases More observations fixed
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user