Problem/Motivation
Since the list of node operations can go very long , it would be great to have a filter called 'Node Filter' that would filter the logs via a particular node type
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | added-feature-node-type-filter-3221669-8.patch | 7.58 KB | ajv009 |
| #3 | added-feature-node-type-filter-3221669.patch | 4.41 KB | anjali rathod |
| #6 | added-feature-node-type-filter-3221669-7.patch | 6.99 KB | ajv009 |
Comments
Comment #2
anjali rathodComment #3
anjali rathodAnother small change in this patch
Comment #4
ajv009 commentedShould not use $_SESSION directly, instead use DI and call user.tempstore service.
Using Drupal 8 services provides needed abstraction and structure for interacting with a global construct. It's part of an overall architecture that allows developers to build and extend complex applications sustainably.
Comment #5
ajv009 commentedI added the temp store service, rest everything is good.
Comment #6
ajv009 commentedHad few coding standard issues.
Comment #7
anjali rathodPlease update the validateForm condition
Comment #8
ajv009 commentedOps, I missed it.
Comment #9
ajv009 commentedComment #10
anjali rathodWorks fine ! Thankyou
Comment #12
harivenuvThanks you @AJV009 and @Anjali Rathod, Patch looks fine and I have merged.
Comment #13
harivenuv