Wiki

Clone wiki

twentytwo / 2. Forms / 3. Actions

Form actions are the physical actions that can be performed on a module. As an example, the list of actions for the default user module are: View, Create, Update, Delete, Restore, Login and Logout.

The following information about an action is editable:

  • Action
    • The name of the action. Again internally the system will convert this to lowercase, replace special characters with empty strings and replace spaces with underscores.
  • Description
    • A short description of the action
  • Display and title in various menus
    • Whether to display the action in any other menus mentioned
      • Main menu - The main menu on the left-hand side of the page
      • Module menu - The menu at the top of the module listing page
      • Per entity - Per entity when viewing the single entity and in every list item.
  • Statuses
    • Allowed statuses - The list of statuses the entity needs to be in for this action to be active
    • Disallowed statuses - The list of statuses the entity nneds to be in to disallow the action
  • Users and/or Groups
    • A list of users and/or groups that are allowed to perform this action

Updated