Roundup Tracker - Issues

Message6450

Author rouilj
Recipients rouilj
Date 2019-04-03.00:20:05
Message-id <1554250805.73.0.948000148573.issue2551039@roundup.psfhosted.org>
In-reply-to
From roundup-devel mailing list:

>> I also tried restoring the status with:
>> 
>>   curl -X PATCH -s -u amin:amin --header \
>>      'if-match: "ff974f63e4ebfba1ecf29aa4cc508c15"'\
>>        '.../rest/data/status/9?@op=action&@action_name=restore'
>> 
>> I got back:
>> 
>>   {
>>     "data": {
>>        "type": "status",
>>        "link": ".../rest/data/status/9",
>>        "id": "9",
>>        "attribute": {}
>>     }
>>   }
>> 
>> but it doesn't show up in rest/data/status.
>> 
>> I finally was able to restore it using roundup-admin.

so looks like there may be an issue here.
History
Date User Action Args
2019-04-03 00:20:05rouiljsetrecipients: + rouilj
2019-04-03 00:20:05rouiljsetmessageid: <1554250805.73.0.948000148573.issue2551039@roundup.psfhosted.org>
2019-04-03 00:20:05rouiljlinkissue2551039 messages
2019-04-03 00:20:05rouiljcreate