staff cant change status or store for pets
This commit is contained in:
@@ -361,6 +361,8 @@ public class PetDetailFragment extends Fragment {
|
||||
|
||||
if (isStaff() && state.isEditing && viewModel.isOriginallyOwnedOrAdopted()) {
|
||||
binding.spinnerCustomer.setEnabled(false);
|
||||
binding.spinnerPetStatus.setEnabled(false);
|
||||
binding.spinnerStore.setEnabled(false);
|
||||
}
|
||||
|
||||
isUpdatingUI = false;
|
||||
|
||||
Reference in New Issue
Block a user