feat: refs #7827 responseItem
This commit is contained in:
parent
3f8d3737f6
commit
7ee7e8336a
|
@ -224,13 +224,6 @@ class ReubicationCollectionFragment(
|
|||
|
||||
}
|
||||
}
|
||||
|
||||
response.observe(viewLifecycleOwner) {
|
||||
viewModel.itemShelvingAlternative(
|
||||
shelvingFk = shelving,
|
||||
)
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -236,7 +236,7 @@ class AutomaticAddItemFragment(
|
|||
|
||||
override fun observeViewModel() {
|
||||
with(viewModel) {
|
||||
response.observe(viewLifecycleOwner) {
|
||||
responseUbicator.observe(viewLifecycleOwner) {
|
||||
ma.onMyBackPressed()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue