Skip to content

Commit

Permalink
Merge pull request #6 from internet2/Summer2023
Browse files Browse the repository at this point in the history
Initial 1.0 release
  • Loading branch information
chubing authored Oct 3, 2023
2 parents e6611f0 + c9ac533 commit a9fd11f
Show file tree
Hide file tree
Showing 71 changed files with 8,612 additions and 11,194 deletions.
12 changes: 8 additions & 4 deletions Config/Schema/schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,14 @@
<field name="co_dashboard_widget_id" type="I">
<constraint>REFERENCES cm_co_dashboard_widgets(id)</constraint>
</field>
<field name="connUrl" type="C" size="256" />
<field name="connVer" type="C" size="256" />
<field name="connUser" type="C" size="64" />
<field name="connPass" type="C" size="64" />
<field name="conn_url" type="C" size="256" />
<field name="conn_ver" type="C" size="256" />
<field name="grouper_url" type="C" size="256" />
<field name="conn_user" type="C" size="64" />
<field name="conn_pass" type="C" size="64" />
<field name="adhoc_heading" type="C" size="64" />
<field name="wg_heading" type="C" size="64" />
<field name="default_collapse" type="C" size="64" />
<field name="created" type="T" />
<field name="modified" type="T" />

Expand Down
2 changes: 1 addition & 1 deletion Controller/CoGrouperLitesController.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function display($id) {

$this->set('pl_grouperlite_index_url', Router::url([
'plugin' => "grouper_lite",
'controller' => 'GrouperGroups',
'controller' => 'grouper_groups',
'action' => 'index',
'co' => $this->cur_co['Co']['id'],
'glid' => $id
Expand Down
Loading

0 comments on commit a9fd11f

Please sign in to comment.