In an admin panel, a user wants to change the name and description of an entity in the system.
- Entity information is displayed in the form.
- The user makes changes.
- When the ‘Update’ button is clicked, the Update Entity action is executed.
- The updated information is saved and a success message is displayed to the user.