Make showMessageOnLogin sticky for the right setting.
This commit is contained in:
parent
3e318493c9
commit
7dd946a78b
2 changed files with 2 additions and 1 deletions
|
|
@ -22,6 +22,7 @@
|
|||
- rfe: view profile
|
||||
- fixed: Show Message On Login continue link
|
||||
- fixed: Show Message On Login doesn't show after anon registration
|
||||
- fixed: Settings - Show Message On Login behaviour
|
||||
|
||||
7.5.22
|
||||
- fixed: Layout template now gets prepared correctly
|
||||
|
|
|
|||
|
|
@ -456,7 +456,7 @@ sub definition {
|
|||
tab => "user",
|
||||
name => "showMessageOnLogin",
|
||||
fieldType => "yesNo",
|
||||
defaultValue => $setting->get('showMessageOnLoginTimes'),
|
||||
defaultValue => $setting->get('showMessageOnLogin'),
|
||||
label => $i18n->get( 'showMessageOnLogin label' ),
|
||||
hoverHelp => $i18n->get( 'showMessageOnLogin description' ),
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue