Skip to content

drkTettnang/DRKTettnang.OperationHistory

Repository files navigation

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