bugfix
This commit is contained in:
parent
b5f89a9a68
commit
684f0ad7cc
@ -8,15 +8,13 @@ bricks.DataRow = class extends bricks.HBox {
|
||||
fields:[]
|
||||
css
|
||||
browserfields{
|
||||
exclouded
|
||||
exclouded:[],
|
||||
cwidth:{
|
||||
field:10,
|
||||
field2:11
|
||||
}
|
||||
}
|
||||
edit:{
|
||||
exclouded:[],
|
||||
}
|
||||
editexclouded:[],
|
||||
header_css
|
||||
}
|
||||
*/
|
||||
|
@ -9,8 +9,8 @@ bricks.Tabular = class extends bricks.DynamicAccordion {
|
||||
var fs = this.record_view.options.fields;
|
||||
this.fields = [];
|
||||
var exclouded = [];
|
||||
if (this.record_view.options.editexcloded){
|
||||
exclouded = this.record_view.options.eiditexclouded;
|
||||
if (this.record_view.options.editexclouded){
|
||||
exclouded = this.record_view.options.editexclouded;
|
||||
}
|
||||
fs.forEach(f => {
|
||||
if (!exclouded.includes(f.name)){
|
||||
|
Loading…
Reference in New Issue
Block a user