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 | 3 | "pk": 1, |
4 | 4 | "fields": { |
5 | 5 | "name": "France", |
6 | - "desc": "", | |
7 | - "quota": null | |
6 | + "desc": "" | |
8 | 7 | } |
9 | 8 | }, |
10 | 9 | { |
... | ... | @@ -211,7 +210,7 @@ |
211 | 210 | "description_long": "", |
212 | 211 | "sp_pi": 2, |
213 | 212 | "science_theme": 1, |
214 | - "quota_f":0.9, | |
213 | + | |
215 | 214 | "is_auto_validated": true |
216 | 215 | } |
217 | 216 | }, |
... | ... | @@ -225,7 +224,7 @@ |
225 | 224 | "description_long": "", |
226 | 225 | "sp_pi": 2, |
227 | 226 | "science_theme": 1, |
228 | - "quota_f":0.1, | |
227 | + | |
229 | 228 | "is_auto_validated": true |
230 | 229 | } |
231 | 230 | }, |
... | ... | @@ -239,7 +238,7 @@ |
239 | 238 | "description_long": "", |
240 | 239 | "sp_pi": 5, |
241 | 240 | "science_theme": 1, |
242 | - "quota_f": "0.7", | |
241 | + | |
243 | 242 | "is_auto_validated": true |
244 | 243 | } |
245 | 244 | }, |
... | ... | @@ -253,7 +252,7 @@ |
253 | 252 | "description_long": "", |
254 | 253 | "sp_pi": 5, |
255 | 254 | "science_theme": 1, |
256 | - "quota_f": "0.3", | |
255 | + | |
257 | 256 | "is_auto_validated": true |
258 | 257 | } |
259 | 258 | }, |
... | ... | @@ -265,7 +264,9 @@ |
265 | 264 | "scientific_program": 1, |
266 | 265 | "status": "Accepted", |
267 | 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 | 277 | "scientific_program": 3, |
277 | 278 | "status": "Accepted", |
278 | 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 | 290 | "scientific_program": 4, |
288 | 291 | "status": "Accepted", |
289 | 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 | 303 | "scientific_program": 2, |
299 | 304 | "status": "Accepted", |
300 | 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 | { | ... | ... |