Closed (fixed)
Project:
Maestro
Version:
7.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Jan 2011 at 14:28 UTC
Updated:
18 Mar 2011 at 14:31 UTC
The new DEV version that supports task assignment by Role and Group (OG Group) assumes that OG is installed.
Either make OG a dependency or disable the assignment by group functionality.
Comments
Comment #1
blainelang commentedAdditionally, AJAX calls fail when attempting to edit a workflow because OG is not installed.
Comment #2
chevy commentedmust have missed some module checks. there are a number of places we check if (module_exists('og')) but apparently not in the ui.
Comment #3
asb commentedsub
Comment #4
_randy commentedI committed a fix to the DEV branch that should address this issue.
I've added the code to hide the OG option from the drop downs when OG is not installed to avoid any confusion.
Comment #5
_randy commentedCVS modifications need review. Modifications are in the DEV branch for testing.
Comment #6
_randy commentedFixed in v1.1