Community
    • Categories
    • Recent
    • Popular
    • Users
    • Search
    • Register
    • Login
    1. Home
    2. mknab
    3. Topics
    M
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 7
    • Posts 16
    • Groups 0

    Topics

    • M

      Klimaanlage zeigt falsche Einheit (Grad) an

      Watching Ignoring Scheduled Pinned Locked Moved Entwicklung
      2
      0 Votes
      2 Posts
      996 Views
      creissC
      Hi, danke für die Meldung. Konnte ich nachvollziehen und habe es an die Entwicklung weitergegeben. Sollte Sie diese Fehlanzeige akut stören, können Sie vorerst gerne in der Tabelle isys_temp_unit den Wert anpassen. Gruß Christian
    • M

      0.9.9-5 LDAP Fehler mit zwei LDAP-Server-Konfigurationen

      Watching Ignoring Scheduled Pinned Locked Moved Entwicklung
      2
      0 Votes
      2 Posts
      2k Views
      R
      I had the same issue here and fixed it. The problem is, that the user created by the ldap module gets an id as a person and as an object. The grouping done by the ldap script uses the person id when it should have used the object id. this is the issue. As I have said I fixed this. You need to edit the file src/classes/modules/isys_module_ldap.class.php in line 219 right before the line saying if (is_numeric($l_user_id) && $l_user_id > 0) { you have to add these three lines of code $matches = array(); preg_match('/isys_cats_person_list__isys_obj__id = '(\d+)'/', print_r($l_user_dao,true), $matches); $l_user_id = intval($matches[1]); okay, it might not be the nicest solution, but it works. The cleanest way would be to get the object id out of the database, found in table "isys_cats_person_list" but I didn't have time for searching whether such a function exists or how to write that. Hope it helps anybody and maybe some of the developers that are deeper involved in this project can improve this bugfix.
    • M

      Layer-3-Netz und Druckerpapier

      Watching Ignoring Scheduled Pinned Locked Moved Entwicklung
      1
      0 Votes
      1 Posts
      1k Views
      No one has replied
    • M

      0.9.9-5 Export Fehler

      Watching Ignoring Scheduled Pinned Locked Moved Entwicklung
      1
      0 Votes
      1 Posts
      953 Views
      No one has replied
    • M

      Steckdosenleiste Fehler in 0.9.9-5 und 0.9.9-6 (Demosystem)

      Watching Ignoring Scheduled Pinned Locked Moved Entwicklung
      5
      0 Votes
      5 Posts
      2k Views
      dsD
      Bisher werden nur Knürr Leisten unterstützt. Für andere Abfragen muss der Source Code entsprechend angepaset werden. Das Ganze passiert in der pdu Klasse in src/classes/cmdb/ui/category/specific bzw src/classes/cmdb/dao/category/specific
    • M

      Version 0.9.9-5: Dateidownload nicht mehr möglich

      Watching Ignoring Scheduled Pinned Locked Moved Entwicklung
      12
      0 Votes
      12 Posts
      3k Views
      I
      Kann es sein, daß auch der Upload einer Datei nicht mehr möglich ist? Ich habe jedenfalls kein Symbol mehr dafür…
    • M

      Kontakte -> Organisation -> Beschreibung geht nicht

      Watching Ignoring Scheduled Pinned Locked Moved Betrieb
      2
      0 Votes
      2 Posts
      1k Views
      bheisigB
      Hallo, die Version 0.9.9-5 ist seit dem 16. Mai 2011 auf unserer Website zu finden Ein kurzer Test auf der Demo-Umgebung zeigt, dass die Beschreibung nun so funktionieren sollte, wie gewünscht.