Commit 83e85b69050f90b6c9b023e4eb7990f94b0a943d
1 parent
ce4ce3e6
Exists in
dev
change quota link in initial fixture
Showing
1 changed file
with
17 additions
and
10 deletions
Show diff stats
src/core/pyros_django/misc/fixtures/initial_fixture_dev_TZ.json
@@ -3,8 +3,7 @@ | @@ -3,8 +3,7 @@ | ||
3 | "pk": 1, | 3 | "pk": 1, |
4 | "fields": { | 4 | "fields": { |
5 | "name": "France", | 5 | "name": "France", |
6 | - "desc": "", | ||
7 | - "quota": null | 6 | + "desc": "" |
8 | } | 7 | } |
9 | }, | 8 | }, |
10 | { | 9 | { |
@@ -211,7 +210,7 @@ | @@ -211,7 +210,7 @@ | ||
211 | "description_long": "", | 210 | "description_long": "", |
212 | "sp_pi": 2, | 211 | "sp_pi": 2, |
213 | "science_theme": 1, | 212 | "science_theme": 1, |
214 | - "quota_f":0.9, | 213 | + |
215 | "is_auto_validated": true | 214 | "is_auto_validated": true |
216 | } | 215 | } |
217 | }, | 216 | }, |
@@ -225,7 +224,7 @@ | @@ -225,7 +224,7 @@ | ||
225 | "description_long": "", | 224 | "description_long": "", |
226 | "sp_pi": 2, | 225 | "sp_pi": 2, |
227 | "science_theme": 1, | 226 | "science_theme": 1, |
228 | - "quota_f":0.1, | 227 | + |
229 | "is_auto_validated": true | 228 | "is_auto_validated": true |
230 | } | 229 | } |
231 | }, | 230 | }, |
@@ -239,7 +238,7 @@ | @@ -239,7 +238,7 @@ | ||
239 | "description_long": "", | 238 | "description_long": "", |
240 | "sp_pi": 5, | 239 | "sp_pi": 5, |
241 | "science_theme": 1, | 240 | "science_theme": 1, |
242 | - "quota_f": "0.7", | 241 | + |
243 | "is_auto_validated": true | 242 | "is_auto_validated": true |
244 | } | 243 | } |
245 | }, | 244 | }, |
@@ -253,7 +252,7 @@ | @@ -253,7 +252,7 @@ | ||
253 | "description_long": "", | 252 | "description_long": "", |
254 | "sp_pi": 5, | 253 | "sp_pi": 5, |
255 | "science_theme": 1, | 254 | "science_theme": 1, |
256 | - "quota_f": "0.3", | 255 | + |
257 | "is_auto_validated": true | 256 | "is_auto_validated": true |
258 | } | 257 | } |
259 | }, | 258 | }, |
@@ -265,7 +264,9 @@ | @@ -265,7 +264,9 @@ | ||
265 | "scientific_program": 1, | 264 | "scientific_program": 1, |
266 | "status": "Accepted", | 265 | "status": "Accepted", |
267 | "public_visibility": "Name", | 266 | "public_visibility": "Name", |
268 | - "is_valid": "Accepted" | 267 | + "is_valid": "Accepted", |
268 | + "quota_f":0.9, | ||
269 | + "priority": 90 | ||
269 | } | 270 | } |
270 | }, | 271 | }, |
271 | { | 272 | { |
@@ -276,7 +277,9 @@ | @@ -276,7 +277,9 @@ | ||
276 | "scientific_program": 3, | 277 | "scientific_program": 3, |
277 | "status": "Accepted", | 278 | "status": "Accepted", |
278 | "public_visibility": "Name", | 279 | "public_visibility": "Name", |
279 | - "is_valid": "Accepted" | 280 | + "is_valid": "Accepted", |
281 | + "quota_f":0.1, | ||
282 | + "priority":20 | ||
280 | } | 283 | } |
281 | }, | 284 | }, |
282 | { | 285 | { |
@@ -287,7 +290,9 @@ | @@ -287,7 +290,9 @@ | ||
287 | "scientific_program": 4, | 290 | "scientific_program": 4, |
288 | "status": "Accepted", | 291 | "status": "Accepted", |
289 | "public_visibility": "Name", | 292 | "public_visibility": "Name", |
290 | - "is_valid": "Accepted" | 293 | + "is_valid": "Accepted", |
294 | + "quota_f": "0.3", | ||
295 | + "priority": 40 | ||
291 | } | 296 | } |
292 | }, | 297 | }, |
293 | { | 298 | { |
@@ -298,7 +303,9 @@ | @@ -298,7 +303,9 @@ | ||
298 | "scientific_program": 2, | 303 | "scientific_program": 2, |
299 | "status": "Accepted", | 304 | "status": "Accepted", |
300 | "public_visibility": "Name", | 305 | "public_visibility": "Name", |
301 | - "is_valid": "Accepted" | 306 | + "is_valid": "Accepted", |
307 | + "quota_f": "0.7", | ||
308 | + "priority": 60 | ||
302 | } | 309 | } |
303 | }, | 310 | }, |
304 | { | 311 | { |