Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 943 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 943 Bytes

DRKTettnang.OperationHistory

Installation

  • put this folder to NEOS/Packages/Application/
  • rescan packages with ./flow flow:package:rescan
  • add Snippet 1 to the beginning of NEOS/Configuration/Route.yaml
  • execute database update with ./flow doctrine:update
  • activate user role Moderator for desired users

Snippets

Snippet 1

-
  name: 'OperationHistory'
  uriPattern: '<OperationHistoryPluginSubroutes>'
  subRoutes:
    OperationHistoryPluginSubroutes:
      package: 'DRKTettnang.OperationHistory'

Screenshots