liquid_feedback_frontend

changeset 1776:7cb7a5cad2fa

Removed unused view
author bsw
date Tue Oct 19 14:34:38 2021 +0200 (2021-10-19)
parents 201d64263ac1
children a09b6e5e6ece
files app/main/index/initiator_invites.lua
line diff
     1.1 --- a/app/main/index/initiator_invites.lua	Tue Oct 19 13:19:52 2021 +0200
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,13 +0,0 @@
     1.4 -local initiatives_selector = Initiator:selector_for_invites(app.session.member_id)
     1.5 -
     1.6 -ui.title(_"Initiatives that invited you to become initiator:")
     1.7 -
     1.8 -if initiatives_selector:count() > 0 then
     1.9 -  execute.view{
    1.10 -    module = "initiative",
    1.11 -    view = "_list",
    1.12 -    params = { initiatives_selector = initiatives_selector }
    1.13 -  }
    1.14 -else
    1.15 -  ui.field.text{ value = _"You are currently not invited to any initiative." }
    1.16 -end
    1.17 \ No newline at end of file

Impressum / About Us