Merge pull request #7220 from opf/fix/30031/dont-inherit-isnew

[30031] Don't inherit isNew flag in boards

[ci skip]
pull/7222/head
Oliver Günther 6 years ago committed by GitHub
commit 58110e87ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      frontend/src/app/modules/boards/openproject-boards.module.ts

@ -78,7 +78,7 @@ export const BOARDS_ROUTES:Ng2StateDeclaration[] = [
url: '{board_id}',
params: {
board_id: {type: 'int'},
isNew: {type: 'bool', dynamic: true}
isNew: {type: 'bool', inherit: false, dynamic: true}
},
reloadOnSearch: false,
component: BoardComponent,

Loading…
Cancel
Save