liquid_feedback_frontend

view model/member_profile.lua @ 1813:f9f3a657d348

Set identification to null if empty string also for creating new accounts
author bsw
date Thu Dec 02 13:33:47 2021 +0100 (2021-12-02)
parents 32cc544d5a5b
children
line source
1 MemberProfile = mondelefant.new_class()
2 MemberProfile.table = 'member_profile'
3 MemberProfile.primary_key = "member_id"
5 model.has_rendered_content(MemberProfile, RenderedMemberStatement, "statement", "member_id")

Impressum / About Us