mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-12-25 06:00:28 +01:00
Bugfix aufgaben
This commit is contained in:
parent
4806da4e5b
commit
784f9104d2
@ -529,10 +529,13 @@ function AufgabenEdit(id, projekt) {
|
||||
|
||||
if (!isNaN(data.id) || data.id > 0) {
|
||||
$('#editAufgaben').find('#editlabelrow').show();
|
||||
$('#editlabelcontainer').labels({
|
||||
|
||||
/* not resolved */
|
||||
/* $('#editlabelcontainer').labels({
|
||||
referenceTable: 'aufgabe',
|
||||
referenceId: data.id
|
||||
});
|
||||
}); */
|
||||
|
||||
}
|
||||
// Wiedervorlage anlegen > Labels ausblenden
|
||||
if (isNaN(data.id) || data.id === 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user