project icon indicating copy to clipboard operation
project copied to clipboard

Project creation fails

Open StephaneMangin opened this issue 4 years ago • 1 comments

Due to usage of the global project.task.type tree view that contains project_ids relation and generates bad values retrieved by the project create method.

Dict values was :

    "type_ids": [
        [6, False, [53, 54, 55, 56, 57, 59, 60]],
        [
            1,
            53,
            {
                "sequence": 10,
                "name": "Analysis",
                "case_default": True,
                "fold": False,
                "mail_template_id": False,
                "rating_template_id": False,
                "auto_validation_kanban_state": False,
                "description": False,
                "project_ids": [
                    [6, False, [4718]],
                    [0, "virtual_745", {"display_name": False, "color": False}],
                ],
            },
        ],

StephaneMangin avatar Jul 16 '21 10:07 StephaneMangin

There hasn't been any activity on this issue in the past 6 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. If you want this issue to never become stale, please ask a PSC member to apply the "no stale" label.

github-actions[bot] avatar Oct 09 '22 12:10 github-actions[bot]