Commit 5139a8ed54361e2240e469dbc6c08de2f602458d
1 parent
d73ed066
Exists in
dev
removing developer role (this role is replaced by the SysAdmin role)
Showing
2 changed files
with
8 additions
and
28 deletions
Show diff stats
src/core/pyros_django/misc/fixtures/initial_fixture.json
... | ... | @@ -261,7 +261,7 @@ |
261 | 261 | "model": "common.userlevel", |
262 | 262 | "pk": 1, |
263 | 263 | "fields": { |
264 | - "name": "Developer", | |
264 | + "name": "SysAdmin", | |
265 | 265 | "desc": "", |
266 | 266 | "priority": 7, |
267 | 267 | "quota": 9999.0 |
... | ... | @@ -331,16 +331,6 @@ |
331 | 331 | "model": "common.userlevel", |
332 | 332 | "pk": 7, |
333 | 333 | "fields": { |
334 | - "name": "SysAdmin", | |
335 | - "desc": "", | |
336 | - "priority": 7, | |
337 | - "quota": 9999.0 | |
338 | - } | |
339 | -}, | |
340 | -{ | |
341 | - "model": "common.userlevel", | |
342 | - "pk": 8, | |
343 | - "fields": { | |
344 | 334 | "name": "Visitor", |
345 | 335 | "desc": "Account without any privilege", |
346 | 336 | "priority": 0, | ... | ... |
src/core/pyros_django/misc/fixtures/initial_fixture_TZ.json
... | ... | @@ -259,7 +259,7 @@ |
259 | 259 | "model": "common.userlevel", |
260 | 260 | "pk": 1, |
261 | 261 | "fields": { |
262 | - "name": "Developer", | |
262 | + "name": "SysAdmin", | |
263 | 263 | "desc": "", |
264 | 264 | "priority": 7, |
265 | 265 | "quota": 9999.0 |
... | ... | @@ -329,22 +329,12 @@ |
329 | 329 | "model": "common.userlevel", |
330 | 330 | "pk": 7, |
331 | 331 | "fields": { |
332 | - "name": "SysAdmin", | |
333 | - "desc": "", | |
334 | - "priority": 7, | |
335 | - "quota": 9999.0 | |
336 | - } | |
337 | -}, | |
338 | -{ | |
339 | - "model": "common.userlevel", | |
340 | - "pk": 8, | |
341 | - "fields": { | |
342 | - "name": "Visitor", | |
343 | - "desc": "Account without any privilege", | |
344 | - "priority": 0, | |
345 | - "quota": 0.0 | |
346 | - } | |
347 | -}, | |
332 | + "name": "Visitor", | |
333 | + "desc": "Account without any privilege", | |
334 | + "priority": 0, | |
335 | + "quota": 0.0 | |
336 | + } | |
337 | + }, | |
348 | 338 | { |
349 | 339 | "model": "common.version", |
350 | 340 | "pk": 1, | ... | ... |