Uploaded image for project: 'COmanage'
  1. COmanage
  2. CO-1786

Service portal view fails

    XMLWordPrintable

Details

    Description

      If i set a Service under Configuration->Services and i do not set `Service Group` variable then the service portal view will fail.
      This happens because the view has a condition

      if(!empty($c['CoService']['co_group_id']))
      

      that does not allow certain variables to be initiated. On the other hand the validation performed by COManage does not force the assignment of the co_group_id variable.

          'co_group_id' => array(
            'rule' => 'numeric',
            'required' => false,
            'allowEmpty' => true
          ),
      

      Attachments

        Activity

          People

            benn.oshrin@at.internet2.edu Benn Oshrin (internet2.edu)
            ioannis.igoumenos@at.internet2.edu Ioannis Eythymios Igoumenos
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: