liquid_feedback_frontend

changeset 1272:4be7efb236ce

Fixes on notification system
author bsw
date Sun Apr 17 17:23:13 2016 +0200 (2016-04-17)
parents f7380592513a
children 0fda5edca3af
files app/main/member/settings_notification.lua
line diff
     1.1 --- a/app/main/member/settings_notification.lua	Sun Apr 17 17:21:42 2016 +0200
     1.2 +++ b/app/main/member/settings_notification.lua	Sun Apr 17 17:23:13 2016 +0200
     1.3 @@ -83,7 +83,8 @@
     1.4                  { id = 6, name = _"Saturday" }
     1.5                },
     1.6                foreign_id = "id",
     1.7 -              foreign_name = "name"
     1.8 +              foreign_name = "name",
     1.9 +              value = app.session.member.notification_dow
    1.10              }
    1.11              
    1.12              slot.put(" ")
    1.13 @@ -103,6 +104,7 @@
    1.14                foreign_records = foreign_records,
    1.15                foreign_id = "id",
    1.16                foreign_name = "name",
    1.17 +              value = app.session.member.notification_hour
    1.18              }
    1.19            end }
    1.20            

Impressum / About Us