Closed Bug 910548 Opened 11 years ago Closed 11 years ago

convert PermissionResource to DRF

Categories

(Marketplace Graveyard :: API, defect, P2)

defect

Tracking

(Not tracked)

VERIFIED FIXED
2013-11-12

People

(Reporter: ashort, Assigned: mat)

References

Details

mkt.account.api.PermissionResource should be replaced with a DRF version.
No longer depends on: 910545, 910546
Blocks: 910624
Priority: -- → P2
Assignee: nobody → mpillard
Status: NEW → ASSIGNED
Blocks: 933846
Fixed in https://github.com/mozilla/zamboni/commit/fedc55fb4a92fe1e6e1db986b555b7fc00c26dc2

STR:
- Log out of marketplace-dev
- In your javascript console, type: require('storage').getItem('permissions') ; it should return {}
- Log back in with an account having special permissions (like admin or reviewer)
- require('storage').getItem('permissions') ; should return you a bunch of key->values, and the special permissions you have, like 'reviewer' or 'admin' should be true. 'developer' should be true as well if you submitted an app.
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → 2013-11-12
Verified as fixed : http://screencast.com/t/ClmhJMotJ15m
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.