Remove "filter" button from attachment modal in workflows

The "filter" button was unnecessary in the document list within the "add attachment" modal and has been removed for simplicity. This change does not involve any schema modifications and resolves issue #358.
This commit is contained in:
Julien Fastré 2025-02-10 14:41:53 +01:00
parent 99e4824137
commit f84c1632b2
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB
2 changed files with 6 additions and 11 deletions

View 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

View File

@ -232,19 +232,8 @@ const filteredDocuments = computed<GenericDocForAccompanyingPeriod[]>(() => {
</div> </div>
</div> </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></div>
</div> </div>
</form> </form>
</div> </div>