fixed search on userfile and supermarket generic select

This commit is contained in:
vabene1111
2024-02-01 20:00:51 +01:00
parent f7b25c9b31
commit bb1b1a40b6
3 changed files with 3799 additions and 22 deletions

File diff suppressed because it is too large Load Diff

View File

@ -393,7 +393,7 @@ export const ApiMixin = {
}
},
methods: {
// if passing parameters that are not part of the offical schema of the endpoint use parameter: options: {query: {simple: 1}}
// if passing parameters that are not part of the official schema of the endpoint use parameter: options: {query: {simple: 1}}
genericAPI: function (model, action, options) {
let setup = getConfig(model, action)
if (setup?.config?.function) {