Community
    • Categories
    • Recent
    • Popular
    • Users
    • Search
    • Register
    • Login
    1. Home
    2. NdsMetall
    3. Topics
    N
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 5
    • Groups 1

    Topics

    • N

      CMDB-Explorer dahboard widget lädt unendlich - blockiert

      Watching Ignoring Scheduled Pinned Locked Moved Allgemein
      3
      1 Votes
      3 Posts
      53 Views
      N
      @LFischer Danke für die Lösung, ich war zwischenzeitlich krankheitsbedingt 'offline'. Es hat geklappt und ich konnte das Widget entfernen. Habe mir zusätzlich einen zweiten Superadmin für den Fall der Fälle angelegt.
    • N

      Austausch von benutzererstellten Objekt-Typen

      Watching Ignoring Scheduled Pinned Locked Moved Allgemein
      2
      1 Votes
      2 Posts
      142 Views
      Michael HuhnM
      Hallo @NdsMetall, damit man Objekttypen oder andere Inhalte teilen kann, können diese zu einem Add-on gepackt werden. Dafür wird das i-doit pro Add-on Packager verwendet. Dieser steht kostenlos im Portal zum Download bereit. Bisher gibt es 3 Add-ons die von Kunden erstellt wurden und bei uns zum Download zur Verfügung stehen. Das sind i-doit pro Add-on Office Furniture i-doit pro Add-on Rights Documentation i-doit pro Add-on Project Documentation Weitere Infos dazu findest du hier -> https://www.i-doit.com/i-doit/add-ons/add-on-packager/ Und eine Doku zum Add-on hier -> https://kb.i-doit.com/de/i-doit-pro-add-ons/add-on-packager.html
    • N

      Exchange of user-created object types

      Watching Ignoring Scheduled Pinned Locked Moved General
      2
      1 Votes
      2 Posts
      367 Views
      R
      You should consider changing your class to "User" instead of "Users". The list_of_users will then be a list of user objects, instead of a list of names. To implement a changeUser function you probably want to create some kind of variable state which indicates whether a user is currently logged in, and which user it is. It is a better design to split the login handling into a separate class, you could for example call it "LoginHandler".