Important notices
Before you add a new report, we ask you kindly to acknowledge the following:
Describe the bug
The 'Updated' field in the widget showed the wrong timestamp. This happend because the index was fetched before the update ran (to check if there's an update available). But the index was not pulled again after the fetch.
To Reproduce
Setup Q-Feeds and wait for next update to see the updated field is not being updated while the pull was successful.
Expected behavior
Updated field shows latest successful pull timestamp
Additional context
I personally prefer to update the field based on the timestamp of the local file instead of doing an extra API call to the licenses endpoint.
Environment
n/a
Important notices
Before you add a new report, we ask you kindly to acknowledge the following:
Describe the bug
The 'Updated' field in the widget showed the wrong timestamp. This happend because the index was fetched before the update ran (to check if there's an update available). But the index was not pulled again after the fetch.
To Reproduce
Setup Q-Feeds and wait for next update to see the updated field is not being updated while the pull was successful.
Expected behavior
Updated field shows latest successful pull timestamp
Additional context
I personally prefer to update the field based on the timestamp of the local file instead of doing an extra API call to the licenses endpoint.
Environment
n/a