mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
Fehler behoben bei dem nach dem Anlegen von neuen Notizen nicht korrekt in den Editiermodus gewechselt wurde
This commit is contained in:
@@ -394,6 +394,7 @@ echo '<?xml version="1.0" encoding="UTF-8" standalone="yes"?>';
|
||||
{
|
||||
var id = respObj.Body[0].saveNotizResponse[0].message[0].Text;
|
||||
me.selectID=id;
|
||||
document.getAnonymousElementByAttribute(me ,'anonid', 'textbox-notiz-notiz_id').value=id;
|
||||
}
|
||||
catch(e)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user