You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@vcl.apache.org by "Josh Thompson (JIRA)" <ji...@apache.org> on 2014/02/14 16:36:19 UTC

[jira] [Created] (VCL-747) editOrAddGroup can have $ownerid undefined for add mode

Josh Thompson created VCL-747:
---------------------------------

             Summary: editOrAddGroup can have $ownerid undefined for add mode
                 Key: VCL-747
                 URL: https://issues.apache.org/jira/browse/VCL-747
             Project: VCL
          Issue Type: Bug
          Components: web gui (frontend)
            Reporter: Josh Thompson
             Fix For: 2.4


There is a portion of code that checks to see if the owning user group is in the list to be displayed in the drop down box when in "edit" mode. The code is also being run for Add mode. If $ownerid is set to "", an error is thrown. Adding a simple check to see if $ownerid != "" fixes the problem.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)