We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bff6b1e commit 720481aCopy full SHA for 720481a
1 file changed
js/utils/dico.js
@@ -98,7 +98,7 @@ const fieldInCharts = f => fieldChartable(f) && !f.noCharts
98
99
function prepModel(m){
100
if(m){
101
- if(!m.prepared){
+ if(!m._prepared){
102
// - Model
103
m.schemaTable = schema+'."'+(m.table || m.id)+'"';
104
if(!m.pKey){
@@ -136,7 +136,7 @@ function prepModel(m){
136
})
137
138
}
139
- m.prepared = true;
+ m._prepared = true;
140
141
return m;
142
0 commit comments