67 lines
1.6 KiB
Markdown
67 lines
1.6 KiB
Markdown
---
|
|
tags:
|
|
- upnote-import
|
|
---
|
|
|
|
# OS-Ticket Modifications
|
|
|
|
# Verbesserungen
|
|
|
|
Einträge via PHP löschen und Neuberechnung anstoßen
|
|
|
|
Einträge editieren und Neuberechnung anstoßen
|
|
|
|
Favoriten ergänzen
|
|
|
|
Möglichkeit Einträge für mehrere Tage zu erzeugen, zumindest für Abwesenheit
|
|
|
|
- Jahr
|
|
- Mitarbeiter
|
|
- Monat
|
|
- Kontierung
|
|
- Tickets
|
|
|
|
# Modifications
|
|
|
|
## Hide local login form for endusers
|
|
|
|
Add style="display:none" to login-box in login.inc.php
|
|
|
|

|
|
|
|
## Allow email as valid username
|
|
|
|
Add
|
|
|
|
if (self::is\_valid\_email( $username))
|
|
|
|
return $error == '';
|
|
|
|
in is\_username method of class Validator in class.Validator.php
|
|
|
|

|
|
|
|
## Avoid selection of top-helptopics, if children are available
|
|
|
|
Add
|
|
|
|
jsTreeOpts\['parentSelectable'\]=0;
|
|
|
|
in include/client/open.in.php
|
|
|
|

|
|
|
|
## API-Extensions
|
|
|
|
added
|
|
|
|
in http-.php
|
|
|
|
# Debugging
|
|
|
|
## Analyse problems with OAuth
|
|
|
|
Check exception in callback method in oauth2.php
|
|
|
|
<br>
|