refs #5802 collectionSetState

This commit is contained in:
Sergio De la torre 2024-02-09 11:41:34 +01:00
parent c5eb824d2f
commit 97b9a31f8e
1 changed files with 3 additions and 2 deletions

View File

@ -155,8 +155,9 @@ class SacadorViewModel(val context: Context) : BaseViewModel(context) {
}
fun collection_assignNew() {
// salix.collectionAssign()
silex.collection_assign().enqueue(
salix.collectionAssign()
// silex.collection_assign()
.enqueue(
object :
SalixCallback<Int>(context) {
override fun onError(t: Throwable) {