User tests: Successful: Unsuccessful:
Updates the tmpl for the consents view to match J4 standards and styles
Add name column
Add search by name filter
Rename "Created" column header to "Consented"
To test it will be easier if you have some data. These three rows should cover all the options - obviously replace jos_ with your own db prefix AND user_id with a valid id
INSERT INTO `jos_privacy_consents` (`id`, `user_id`, `state`, `created`, `subject`, `body`, `remind`, `token`) VALUES (1, 540, 1, '2019-07-01 19:36:00', 'title', 'body', 0, '');
INSERT INTO `jos_privacy_consents` (`id`, `user_id`, `state`, `created`, `subject`, `body`, `remind`, `token`) VALUES (2, 540, 0, '2018-06-01 12:01:00', 'title', 'body', 0, '');
INSERT INTO `jos_privacy_consents` (`id`, `user_id`, `state`, `created`, `subject`, `body`, `remind`, `token`) VALUES (3, 540, -1, '2019-07-01 07:16:00', 'title', 'body', 0, '');
Other parts of com_privacy are beyond the scope of this PR
Status | New | ⇒ | Pending |
Category | ⇒ | Administration Language & Strings |
Labels |
Added:
?
?
|
I have tested this item
@brianteeman Is @1apweb ' s finding about filter drop down menu not closing worth a new issue? If so, will you write one or shall I do?
It's an old issue addressed by new template
Under Filter Options dropdown:
I have tested this item
I have tested this item
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
Status "Ready To Commit".
Labels |
Added:
?
|
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-08-05 12:46:17 |
Closed_By | ⇒ | wilsonge |
Thanks!
Thanks
I have tested this item✅ successfully on 2c7508d
Hi, everything seems ok. But the drop-down menu Filter Option does not close for choices Status and Subjects.
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/25744.