FSN#43367 Via API2 bijwerken van custom_fields werkt niet meer
svn path=/Website/branches/v2017.1/; revision=35451
This commit is contained in:
@@ -878,11 +878,14 @@ api2 = {
|
||||
existing_includes[inckey].found = true;
|
||||
}
|
||||
}
|
||||
for (oldi in existing_includes)
|
||||
if (!incmodel.keyfield) // niet voor custom_fields
|
||||
{
|
||||
if (!existing_includes[oldi].found)
|
||||
for (oldi in existing_includes)
|
||||
{
|
||||
incmodel.REST_DELETE(params, oldi);
|
||||
if (!existing_includes[oldi].found)
|
||||
{
|
||||
incmodel.REST_DELETE(params, oldi);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user