Adds the concept of projects
Merge request reports
Activity
added 1 commit
- ea87483e - Allows a document owner to migrate it to another project.
- Edited by TADJO TAKIANPI Yves Constantin
I think you must lock de selecting project's option on the current project while document creation. I also want to say you may give an option to display projects or document to avoid a losing link of users documents.
Edited by TADJO TAKIANPI Yves ConstantinWhen a create a document in project i have 2 time selection option of Admin's project.
In projects list "Admin's project" also displays 2 times.
Maybe data migration 0046_data_share_doc_to_proj.py created duplicates.
Edited by TADJO TAKIANPI Yves Constantin
added 26 commits
-
6a353228...48c706b7 - 24 commits from branch
develop
- de438c85 - Fixes creating a document without project.
- bd5f548b - Merge branch 'develop' into feature/project
-
6a353228...48c706b7 - 24 commits from branch
@ytadjota I explicitly set the slug to be unique and the project to be mandatory, can you test again?
Note that the migrations have been reset and merged from develop so you absolutely need to migrate backward before changing branch/pulling or your database state will be a mess. To do so, from this branch do:
python manage.py migrate core 0043
Then you can pull and migrate normally.
mentioned in commit 18e190f4