User tests: Successful: Unsuccessful:
Adds JFormFilterInt_Array
alias proxied to Joomla\CMS\Form\Filter\IntarrayFilter
so forms using INT_ARRAY
filter continue to be filtered properly.
Create Articles - Category
module.
In Filtering Options
select some categories.
Save the module.
Go to your database and find the module in #__modules
table.
In params
column inspect catid
value.
Values are stored as integers: "catid":[8,9]
Values are stored as strings "catid":["8","9"]
IDK.
Status | New | ⇒ | Pending |
Category | ⇒ | Libraries |
Question: Currently, we have many filter="int_array" in parameters. Maybe you can help updating it to the new filter to Intarray to prevent the deprecated trigger?
I'll make a separate PR for that. This should be tested first.
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-02-28 08:17:23 |
Closed_By | ⇒ | rdeutz | |
Labels |
Added:
?
?
|
I have tested this item✅ successfully on a43dab8
Works as described
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/28072.