mirror of
https://github.com/frappe/lms.git
synced 2026-05-02 21:49:31 +03:00
revert: certification batch filter to a checkbox
This commit is contained in:
@@ -78,13 +78,14 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<Switch
|
||||
size="sm"
|
||||
v-model="certification"
|
||||
:label="__('Certification')"
|
||||
:description="__('Only show batches that offer a certificate.')"
|
||||
@change="updateBatches()"
|
||||
/>
|
||||
<Tooltip :text="__('Only show batches that offer a certificate')">
|
||||
<FormControl
|
||||
type="checkbox"
|
||||
v-model="certification"
|
||||
:label="__('Certification')"
|
||||
@change="updateBatches()"
|
||||
/>
|
||||
</Tooltip>
|
||||
</div>
|
||||
</div>
|
||||
<div
|
||||
@@ -123,7 +124,7 @@ import {
|
||||
Dropdown,
|
||||
FormControl,
|
||||
Select,
|
||||
Switch,
|
||||
Tooltip,
|
||||
TabButtons,
|
||||
usePageMeta,
|
||||
} from 'frappe-ui'
|
||||
|
||||
@@ -77,7 +77,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<Tooltip :text="__('Only show courses that offer a certificate.')">
|
||||
<Tooltip :text="__('Only show courses that offer a certificate')">
|
||||
<FormControl
|
||||
type="checkbox"
|
||||
v-model="certification"
|
||||
|
||||
Reference in New Issue
Block a user