Skip to content

Conversation

idealisconsultingbe
Copy link

These are some correction, to avoid problems when installing on an existing system.

  • the key generation (existing projects: Project and Project-alpha => same key)
  • the constraint on type_id (the _set_default_task_type_id seems to let some null in the database) => force to set a type_id with a query
  • the constraint on priority_id (the _set_default_task_priority_id seems to let some null in the database) => force to set a priority_id with a query

Idealis Consulting added 2 commits August 28, 2018 13:58
Force to set type and priority on task before setting constrains
The key generation function is invalid when installing the module with existing project generating the same key. The function has been changed to avoid empty char (caused when double spaced) and to check if the key already exists.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant