search: Use "action" to connect to Move up/down actions for rows

Using "action-name" wasn't triggering the callback.

Fixes #2013
This commit is contained in:
Felipe Borges 2022-08-15 10:57:20 +02:00
parent 2dbc195d77
commit 32f73d9045

View file

@ -50,11 +50,11 @@
<section>
<item>
<attribute name="label" translatable="yes">Move Up</attribute>
<attribute name="action-name">row.move-up</attribute>
<attribute name="action">row.move-up</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Move Down</attribute>
<attribute name="action-name">row.move-down</attribute>
<attribute name="action">row.move-down</attribute>
</item>
</section>
</menu>