mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2025-01-12 14:51: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) {
|
if (!isNaN(data.id) || data.id > 0) {
|
||||||
$('#editAufgaben').find('#editlabelrow').show();
|
$('#editAufgaben').find('#editlabelrow').show();
|
||||||
$('#editlabelcontainer').labels({
|
|
||||||
|
/* not resolved */
|
||||||
|
/* $('#editlabelcontainer').labels({
|
||||||
referenceTable: 'aufgabe',
|
referenceTable: 'aufgabe',
|
||||||
referenceId: data.id
|
referenceId: data.id
|
||||||
});
|
}); */
|
||||||
|
|
||||||
}
|
}
|
||||||
// Wiedervorlage anlegen > Labels ausblenden
|
// Wiedervorlage anlegen > Labels ausblenden
|
||||||
if (isNaN(data.id) || data.id === 0) {
|
if (isNaN(data.id) || data.id === 0) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user