NYBU#36335 AiAi opslaan profiel - 'model.fields[...].dbs' is null or not an object

svn path=/Website/trunk/; revision=29256
This commit is contained in:
Erik Groener
2016-05-02 14:09:22 +00:00
parent 557833124c
commit cdae57dd59
2 changed files with 2 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ function model_fac_profiel()
this.includes = {
"profile_values": {
"model": new model_fac_profielwaarde(),
"joinfield": "profile_key"
"joinfield": "profile"
}
};

View File

@@ -88,7 +88,7 @@ function model_fac_profielwaarde()
"columns": [
"id",
"prefix",
"catalog_key",
"catalog",
"value_limit"
]
};