You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[bugfix] Fixed can not save bug when model's primary key is multiple.
If the model's primary key is multiple: ['lang_id', 'code]
The $pk will be an array of primary key combined data, so we can use it
directly to find the data
0 commit comments