Skip to content

Commit

Permalink
Upgrade to latest release of uPortal-App-Framework (v6.1.0) (#34)
Browse files Browse the repository at this point in the history
* chore: Update to latest UAF release

* fix: Change theme name to match latest UAF release

* feat: Add sample menu option
  • Loading branch information
vertein committed Oct 19, 2017
1 parent f5134ed commit 113204d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@

<dependencies>
<dependency>
<groupId>edu.wisc.my.apps</groupId>
<artifactId>uw-frame</artifactId>
<version>5.0.0</version>
<groupId>org.apereo.uportal</groupId>
<artifactId>uportal-app-framework</artifactId>
<version>6.1.0</version>
<type>war</type>
</dependency>
</dependencies>
Expand Down
9 changes: 8 additions & 1 deletion src/main/webapp/js/override.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,20 @@ define(['angular'], function(angular) {
return angular.module('override', [])
.constant('OVERRIDE', {
'APP_FLAGS': {
'defaultTheme': 'uw-madison',
'defaultTheme': 'uwMadison',
'showSearch': false,
'isWeb': false,
'loginOnLoad': false,
},
'APP_OPTIONS': {
'optionsTemplateURL': 'my-app/templates/example-options.html',
'appMenuItems': [
{
'label': 'About',
'icon': 'info',
'url': '/about',
},
],
},
'SERVICE_LOC': {
'messagesURL': '', // '/web/staticFeeds/messages.json',
Expand Down

0 comments on commit 113204d

Please sign in to comment.