Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • F form-processor
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 16
    • Issues 16
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Extensions
  • form-processor
  • Merge requests
  • !20

Allow re-ordering of actions

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Rich requested to merge artfulrobot/form-processor:artfulrobot-reorder-actions into master Oct 28, 2020
  • Overview 2
  • Commits 2
  • Pipelines 0
  • Changes 2

This allows the Actions on a Form Processor to be moved up and down to change the order the actions are executed.

This is often important because one action may depend on the output of another; so it makes it difficult if you accidentally put things in in the wrong order; or having made a Form Processor you now need to add an action in somewhere other than at the end.

It's a small patch to the angular files that simply add Move up and Move down buttons to each Action.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: artfulrobot-reorder-actions