##// END OF EJS Templates
fixed #598 API docs methods had wrong members parameter as returned data
marcink -
r2903:9c778306 beta
parent child Browse files
Show More
@@ -438,21 +438,6 b' OUTPUT::'
438 "users_group_id" : "<id>",
438 "users_group_id" : "<id>",
439 "group_name" : "<groupname>",
439 "group_name" : "<groupname>",
440 "active": "<bool>",
440 "active": "<bool>",
441 "members" : [
442 {
443 "user_id" : "<user_id>",
444 "username" : "<username>",
445 "firstname": "<firstname>",
446 "lastname" : "<lastname>",
447 "email" : "<email>",
448 "emails": "<list_of_all_additional_emails>",
449 "active" : "<bool>",
450 "admin" :  "<bool>",
451 "ldap_dn" : "<ldap_dn>",
452 "last_login": "<last_login>",
453 },
454
455 ]
456 },
441 },
457
442
458 ]
443 ]
@@ -485,21 +470,6 b' OUTPUT::'
485 "users_group_id" : "<id>",
470 "users_group_id" : "<id>",
486 "group_name" : "<groupname>",
471 "group_name" : "<groupname>",
487 "active": "<bool>",
472 "active": "<bool>",
488 "members" : [
489 {
490 "user_id" : "<user_id>",
491 "username" : "<username>",
492 "firstname": "<firstname>",
493 "lastname" : "<lastname>",
494 "email" : "<email>",
495 "emails": "<list_of_all_additional_emails>",
496 "active" : "<bool>",
497 "admin" :  "<bool>",
498 "ldap_dn" : "<ldap_dn>",
499 "last_login": "<last_login>",
500 },
501
502 ]
503 },
473 },
504 }
474 }
505 error: null
475 error: null
@@ -34,6 +34,7 b' fixes'
34 - fixes #591 git backend was causing encoding errors when handling binary
34 - fixes #591 git backend was causing encoding errors when handling binary
35 files - added a test case for VCS lib tests
35 files - added a test case for VCS lib tests
36 - fixed #597 commits in future get negative age.
36 - fixed #597 commits in future get negative age.
37 - fixed #598 API docs methods had wrong members parameter as returned data
37
38
38 1.4.3 (**2012-09-28**)
39 1.4.3 (**2012-09-28**)
39 ----------------------
40 ----------------------
General Comments 0
You need to be logged in to leave comments. Login now