- Merge request !378Issue #3187396: File Usage statistics for Views treat "$type" as entity_type_id but API doesn't require that → (Open) created by niklan
- First commit to issue fork.
- Status changed to Needs review
almost 2 years ago 2:43pm 16 February 2023 - Status changed to Needs work
almost 2 years ago 9:47pm 16 February 2023 The Needs Review Queue Bot → tested this issue. It fails the Drupal core commit checks. Therefore, this issue status is now "Needs work".
Apart from a re-roll or rebase, this issue may need more work to address feedback in the issue or MR comments. To progress an issue, incorporate this feedback as part of the process of updating the issue. This helps other contributors to know what is outstanding.
Consult the Drupal Contributor Guide → to find step-by-step guides for working with issues.
- last update
over 1 year ago 29,398 pass - First commit to issue fork.
- 🇩🇪Germany Grevil
The patch works great!
Although one small thing, I think we should adjust the table headers to conform with the fileUsage "add()" API documentation:
* @param string $type
* The type of the object that contains the referenced file.
* @param string $id
* The unique ID of the object containing the referenced file.So instead of this:
We should use the headers "Object ID" and "Object type".
- Status changed to Needs review
10 months ago 9:44am 8 February 2024 - Status changed to Needs work
9 months ago 2:56pm 12 February 2024 - 🇺🇸United States smustgrave
Left some small comments on MR,
Also new fields believe could use a change record to announce it.