mirror of
https://github.com/fspc/BikeShed-1.git
synced 2025-04-04 05:33:22 -04:00
This commit is contained in:
parent
7c85e2901f
commit
8172b04805
@ -19,5 +19,13 @@ class CheckIns < Netzke::Basepack::Grid
|
|||||||
:start_date,
|
:start_date,
|
||||||
:end_date,
|
:end_date,
|
||||||
]
|
]
|
||||||
|
c.prohibit_update = true
|
||||||
|
c.prohibit_create = true
|
||||||
|
c.prohibit_delete = true
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def default_bbar
|
||||||
|
[ :search ]
|
||||||
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user