liquid_feedback_frontend

view model/file.lua @ 1659:4b74a177884b

Do not show interest add button when issue is cancelled
author bsw
date Sun Feb 14 13:29:56 2021 +0100 (2021-02-14)
parents 17e7082c377a
children
line source
1 File = mondelefant.new_class()
2 File.table = "file"
3 File.primary_key = "id"
5 File.binary_columns = {
6 data = true,
7 preview_data = true
8 }

Impressum / About Us