Commit 2c2bc99c authored by Frank Bergmann's avatar Frank Bergmann

- Implemented CSP

parent 69f428cc
SELECT acs_log__debug('/packages/intranet-riskmanagement/sql/postgresql/upgrade/upgrade-5.0.3.0.3-5.0.3.0.4.sql','');
delete from im_view_columns where column_id = 21000;
-- Add a "select all" checkbox to select all risks in the list
insert into im_view_columns (
column_id, view_id, sort_order,
column_name,
column_render_tcl,
visible_for
) values (
21000, 210, 0,
'<input id=list_check_all type=checkbox name=_dummy>',
'"<input type=checkbox name=risk_id.$risk_id id=risk.$risk_id>"',
''
);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment