Fixed FABs stacking on form fields, some other minor improvements

This commit is contained in:
Anton Stubenbord
2022-11-01 23:29:16 +01:00
parent f522991059
commit b4e5bf06b2
14 changed files with 313 additions and 279 deletions

View File

@@ -37,7 +37,7 @@ abstract class IdQueryParameter extends Equatable {
return "&${queryParameterKey}__isnull=$_assignmentStatus";
}
if (isSet) {
return "${queryParameterKey}__id=$id";
return "&${queryParameterKey}__id=$id";
}
return "";
}