Bug 1761836 - `last_generated_content_on` doesn't update on automating the generation of widget content Via RESTAPI
Summary: `last_generated_content_on` doesn't update on automating the generation of wi...
Keywords:
Status: POST
Alias: None
Product: Red Hat CloudForms Management Engine
Classification: Red Hat
Component: API
Version: 5.10.12
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: GA
: 5.11.z
Assignee: Gregg Tanzillo
QA Contact: Sudhir Mallamprabhakara
Red Hat CloudForms Documentation
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-10-15 13:13 UTC by Parthvi Vala
Modified: 2023-06-30 18:57 UTC (History)
0 users

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed:
Category: Bug
Cloudforms Team: CFME Core
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github ManageIQ integration_tests pull 9604 0 'None' closed [1LP][RFR] Manual test cleanup and qe-test-coverage test cases 2020-04-09 08:16:57 UTC

Description Parthvi Vala 2019-10-15 13:13:37 UTC
Description of problem:
`last_generated_content_on` doesn't update on automating the generation of widget content Via RESTAPI

Version-Release number of selected component (if applicable):
5.10.12

How reproducible:
Always

Steps to Reproduce:
0. GET /api/widgets/:id and note the `last_generated_content_on`.
1. POST /api/widgets/:id
{
    "action": "generate_content"
}
2. Wait until the task completes
3. GET /api/widgets/:id and compare the value of `last_generated_content_on` with the value noted in step 0.

Actual results:
0.
1.
2.
3. Value does not change.
Expected results:
0.
1.
2.
3. Value must be updated

Additional info:
Reference BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1753682

Comment 2 drew uhlmann 2019-10-15 13:17:17 UTC
May I please have a reproducer for this?

Comment 4 drew uhlmann 2019-11-06 14:05:35 UTC
https://github.com/ManageIQ/manageiq-api/pull/698


Note You need to log in before you can comment on or make changes to this bug.