mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Merge branch '358-remove-filter-button' into 'master'
Remove "filter" button from attachment modal in workflows Closes #358 See merge request Chill-Projet/chill-bundles!794
This commit is contained in:
commit
2aded2974f
6
.changes/unreleased/Fixed-20250210-143420.yaml
Normal file
6
.changes/unreleased/Fixed-20250210-143420.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
kind: Fixed
|
||||
body: Remove "filter" button on list of documents in the workflow's "add attachement" modal
|
||||
time: 2025-02-10T14:34:20.906012389+01:00
|
||||
custom:
|
||||
Issue: "358"
|
||||
SchemaChange: No schema change
|
@ -232,19 +232,8 @@ const filteredDocuments = computed<GenericDocForAccompanyingPeriod[]>(() => {
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row my-2">
|
||||
<button
|
||||
type="submit"
|
||||
class="btn btn-sm btn-misc"
|
||||
>
|
||||
<i class="fa fa-fw fa-filter"></i>Filtrer
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div></div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user