MT#6063 Fix creating device profile.

Set edit/create-flags for "Deployed Devices" to 0, as we don't have
any such buttons there.
mr3.2.1
Andreas Granig 12 years ago
parent 315fe4bce9
commit 373426bfdc

@ -183,6 +183,8 @@
helper.data = fielddev;
helper.dt_columns = fielddev_dt_columns;
helper.length_change = 1;
helper.edit_flag = 0;
helper.create_flag = 0;
helper.ajax_uri = c.uri_for('/device/device/ajax');

Loading…
Cancel
Save