do not get forms/drafts for profile info (#20575)

They will be extracted from the forms/drafts cells in the page.
This commit is contained in:
Frédéric Péters 2018-01-04 10:41:22 +01:00
parent 0bcbbca38a
commit 7d606799ed
1 changed files with 1 additions and 9 deletions

10
debian/50gnm.py vendored
View File

@ -242,15 +242,7 @@ JSON_CELL_TYPES = {
},
"profile-info": {
"url": "[idp_url]api/users/[user_nameid]/",
"name": "Infos de profil",
"additional-data": [
{"key": "drafts",
"url": "[eservices_url]api/user/drafts?NameID=[user_nameid]"
},
{"key": "forms",
"url": "[eservices_url]api/user/forms?NameID=[user_nameid]"
},
]
"name": "Infos de profil"
},
"suggestions": {
"name": "Suggestions",