AAIT#41725 mld_melding_onderwerp toevoegen aan de issues-api2

svn path=/Website/branches/v2017.1/; revision=35043
This commit is contained in:
Jos Groot Lipman
2017-08-22 14:23:18 +00:00
parent 10d05a4134
commit cb3ea9e2c0

View File

@@ -104,7 +104,7 @@ function model_issuetypes(stdm_key, params)
if (!xxx_array.length) if (!xxx_array.length)
shared.record_not_found(); shared.record_not_found();
this.data = xxx_array[0]; this.data = xxx_array[0];
this.data.discipline = new model_discipline("MLD", this.data.discipline.id); this.data.discipline = new model_mld_discipline("MLD", this.data.discipline.id);
} }
} }