enterprisemediawiki / SemanticActions

An action tracking system for a Semantic MediaWiki
MIT License
3 stars 2 forks source link

Allow configuration to specify Category or Namespace of persons who can be assigned #9

Closed darenwelsh closed 5 years ago

darenwelsh commented 5 years ago

Currently, the assignee field will autocomplete on pages in Category:Person. This should be made configurable by a global in LocalSettings.php. Options should be for either a category or a namespace.

darenwelsh commented 5 years ago

This was closed by #13, though it could still be done better. Ideally the admin could set any text value in LocalSettings.php that could be used in Form:Actionable. But I couldn't figure that out, so this will have to do for now.