mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2025-01-12 06:41:14 +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…
x
Reference in New Issue
Block a user