Skip to content

Commit

Permalink
TTK-13021 WizardBundle: Change default value and improve reuse_admin_…
Browse files Browse the repository at this point in the history
…series description
  • Loading branch information
mreyk committed Feb 1, 2017
1 parent e22bcd1 commit 661e2af
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ public function getConfigTreeBuilder()
->info('Enable adding new multimedia object to an existing series belonging to the logged in user.')
->end()
->booleanNode('reuse_admin_series')
->defaultTrue()
->info('When reuse_series is set to True, the admin user can reuse any series or just the series he/she created.')
->defaultFalse()
->info('Only valid when parameter reuse_series is set to True. If reuse_admin_series is true, the admin user can reuse only the series he/she created. If reuse_admin_series is set to false, the admin user can reuse any series of PuMuKIT.')
->end()
->end();

Expand Down

0 comments on commit 661e2af

Please sign in to comment.