Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ on:
push:
branches:
- version-16
- develop

pull_request:
branches:
- version-16
- develop

env:
BRANCH: ${{ github.base_ref || github.ref_name }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- version-16
- develop
workflow_dispatch:

permissions:
Expand Down
4 changes: 1 addition & 3 deletions mobile/src/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,7 @@ router.beforeEach(async (to, from, next) => {
type: 'POST',
url: 'projectit.api.get_modules_for_router',
makeParams() {
return {
user_id: userResource.data,
}
return {}
},
onSuccess(data) {
let allowed = false
Expand Down
Loading
Loading