You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tested in the online demo
at System/System Preferences/Actions
in the action grid, one can add actions with the Add Action button and Save Action
the Delete Action button does not delete none of the existent actions
I tried to select the action row at all the fields/columns Entity or Action or Batch Job unsuccessfully
The text was updated successfully, but these errors were encountered:
Seems that the source code is
/src/PartKeepr/FrontendBundle/Resources/public/js/Components/SystemPreferences/Preferences/ActionsConfiguration.js
there is a
handler: this.onAddAction
for the Add Action button
but no handler for the Delete Action button
Is there a "similar" code that I can use as example somewhere in the sources ? using it as "inspiration" to complete the missing code of the delete button
tested in the online demo
at System/System Preferences/Actions
in the action grid, one can add actions with the Add Action button and Save Action
the Delete Action button does not delete none of the existent actions
I tried to select the action row at all the fields/columns Entity or Action or Batch Job unsuccessfully
The text was updated successfully, but these errors were encountered: