loadWin method properties
Jako opened this issue · 2 comments
Jako commented
Some method calls of this.loadWin use different method properties than the method itself is providing:
update: function(btn,e) {
this.loadWin(btn,e,'u');
},
vs
,loadWin: function(btn,e,index,action,tempParams) {
Maybe it is a local configuration issue.
Jako commented
At least the first result is an issue:
https://github.com/Bruno17/MIGX/search?q=update%3A+function%28btn%2Ce%29
Jako commented
This issue occured after upgrading MIGX from some ancient version and can be solved by changing the columnbuttons
from update to edit_migx
and so on. The previous developer of the site maybe created some wrong MIGX configuration or there was some breaking change in between.