Community
    • Categories
    • Recent
    • Popular
    • Users
    • Search
    • Register
    • Login

    Wie lösche/archiviere ich Tasks bzw. Checklisten

    Scheduled Pinned Locked Moved Betrieb
    3 Posts 2 Posters 1.1k Views 1 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • I Offline
      iceman76
      last edited by

      Hi,

      habe mal zum testen eine Checkliste angelegt und mir dann über den Workflow-Handler einen Task anlegen lassen. Hat auch geklappt. Nun kann ich nun weder Task noch Checkliste löschen oder archivieren. Wenn ich den Task (der im übrigen erledigt ist) löschen will -> Fehlermeldung "Konnte XXX nicht löschen, da dieser Task Teil einer Checkliste ist.". Nun gut, dann wollte ich gleich die ganze Checkliste löschen -> Fehlermeldung "Kann XXX nicht löschen, da bereits Tasks von dieser Checklist existieren."

      Und nun ?

      Merci

      i-doit version 0.9.9 Rev. 5050

      1 Reply Last reply Reply Quote 0
      • dsD Offline
        ds
        last edited by

        Ich kann dir erstmal nur ein SQL Script geben, welches alle Workflows löscht:

        set foreign_key_checks = 0;
        TRUNCATE TABLE isys_workflow;
        TRUNCATE TABLE isys_workflow_action;
        TRUNCATE TABLE isys_workflow_action_parameter;
        TRUNCATE TABLE isys_workflow_2_isys_workflow_action;

        Auszuführen in der Mandanten-DB (Mit zB phpMyAdmin)

        1 Reply Last reply Reply Quote 0
        • I Offline
          iceman76
          last edited by

          sollte ich hinkriegen….

          i-doit version 0.9.9 Rev. 5050

          1 Reply Last reply Reply Quote 0

          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

          With your input, this post could be even better 💗

          Register Login
          • First post
            Last post