Bug #4211
Use slugs instead of ids in acl_permission.constants (loss of repository permissions in the migration process)
Status: | Verified | Start date: | ||
---|---|---|---|---|
Priority: | Critical | Due date: | ||
Assignee: | Jesús García Crespo | % Done: | 0% | |
Category: | Migration task | |||
Target version: | Release 1.3 | |||
Google Code Legacy ID: | atom-2263 | Tested version: | ||
Sponsored: | Requires documentation: |
Description
1) Update code to store and retrieve slugs instead of ids internally
2) Update migration task from 1.2 to 1.2.1 to update acl_permission.constants accordingly (serialized array)
[g] Legacy categories: Access control
Related issues
History
#1 Updated by Jesús García Crespo about 10 years ago
1) fixed in r10996. still needed that users coming from older versions are updated (2).
#2 Updated by Jesús García Crespo about 10 years ago
- Subject set to Use slugs instead of ids in acl_permission.constants (loss of repository permissions in the migration process)
#4 Updated by Anonymous about 10 years ago
- Priority changed from Critical to High
- Target version changed from Release 1.2.1 to Release 1.3
[g] Labels added: Milestone-Release-1.3, Priority-High
[g] Labels removed: Milestone-Release-1.2.1, Priority-Critical
#5 Updated by David Juhasz about 10 years ago
- Status changed from New to QA/Review
Migration done in r11653.
[g] New owner: jessica%...@gtempaccount.com
#6 Updated by Jesús García Crespo about 10 years ago
Also related, r11686 and r11690. Different pieces of code had to be updated to make use of slug-based permission routines.
#7 Updated by Jessica Bushey almost 10 years ago
[g] New owner: Jessica Bushey
#8 Updated by Jesús García Crespo almost 10 years ago
[g] New owner: Jesús García Crespo
#9 Updated by David Juhasz almost 10 years ago
- Priority changed from High to Critical
[g] Labels added: Priority-Critical
[g] Labels removed: Priority-High
#10 Updated by Jesús García Crespo almost 10 years ago
- Status changed from QA/Review to Verified
This is already in production and it works.
#11 Updated by Dan Gillean over 9 years ago
- Category set to Migration task