Mark Bean created NIFI-14385:
--------------------------------
Summary: List queue items do not always display kebab
Key: NIFI-14385
URL: https://issues.apache.org/jira/browse/NIFI-14385
Project: Apache NiFi
Issue Type: Improvement
Reporter: Mark Bean
When listing a queue, each item or FlowFile has a 3-dot (aka kebab) on the far
right. The kebab button opens another list with conditional items; these should
remain conditional. For example, “Provenance” will only appear if the user is
in the `Query provenance` global access policy.
There is always at least one item on this list which should always be present:
“View Details”. The list of FlowFiles can only be obtained if the user is in
the `view the data` component access policy. Therefore, “View Details” should
always be an option.
The options for “Download content” and “View content” are conditioned on the
FlowFile having a non-zero byte size. The option for “Provenance” is
conditioned on the user being in the `Query provenance` global access policy.
Remove the conditional for the kebab to appear since there is always at least
one option available.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)