Skip to content

Commit

Permalink
Merge pull request #199 from bkd-mba-fbi/feature/Kursauschreibung3.5.0
Browse files Browse the repository at this point in the history
app kursauschreibung v3.5.0
  • Loading branch information
schefbi authored Aug 29, 2024
2 parents 3a9c769 + 2b6b8ca commit f6c293c
Show file tree
Hide file tree
Showing 14 changed files with 12,398 additions and 10,676 deletions.
6 changes: 3 additions & 3 deletions public/apps/Kursausschreibung/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# kursausschreibung 3.4.0
# kursausschreibung 3.5.0
[![Build 🏭🚀](https://github.com/bkd-mba-fbi/kursausschreibung/actions/workflows/buildDeploy.yml/badge.svg)](https://github.com/bkd-mba-fbi/kursausschreibung/actions/workflows/buildDeploy.yml)

# Documentation
Expand Down Expand Up @@ -64,8 +64,8 @@ Make use of the many generators for code, try `ember help generate` for more det

### Linting

* `npm run lint:js`
* `npm run lint:js -- --fix`
* `npm run lint`
* `npm run lint:fix`

### Building

Expand Down
4 changes: 0 additions & 4 deletions public/apps/Kursausschreibung/appConfig.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
window.kursausschreibung = window.kursausschreibung || {};
window.kursausschreibung.appConfig = {
// the token type
"tokenType": "urn:ietf:params:oauth:token-type:jwt-bearer",
// API base URL without trailing slash
"apiUrl": window.parent.eventoPortal.settings.apiServer, // "https://b17eb32d-b72d-4238-a677-74639b5dbf20.mock.pstmn.io"
// base Url of the web application without trailing slash (also the redirect url for public clients)
Expand All @@ -16,8 +14,6 @@ window.kursausschreibung.appConfig = {
"instanceId": null,
// the client id for this application. This value is mandatory when authenticate with CLX.Evento OAuth Server
"clientId": null,
// url to a page that can refresh the session (website and modules)
"refreshSessionUrl": "../tools/RefreshSession.aspx",
// the interval to refresh the session on website and modules (in minutes)
"refreshInterval": 5,
// set this to true if you want to use autologin on your page.
Expand Down
4 changes: 2 additions & 2 deletions public/apps/Kursausschreibung/assets/app.css

Large diffs are not rendered by default.

11,585 changes: 6,207 additions & 5,378 deletions public/apps/Kursausschreibung/assets/app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/apps/Kursausschreibung/assets/kursausschreibung.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f6c293c

Please sign in to comment.