User tests: Successful: Unsuccessful:
The pull fix static caching in FinderIndexerHelper::addContentType
, wich used for cache the ContentType ids
run next code:
JLoader::register('FinderIndexerHelper', JPATH_ADMINISTRATOR . '/components/com_finder/helpers/indexer/helper.php');
$name = uniqid();
var_dump(FinderIndexerHelper::addContentType($name));
var_dump(FinderIndexerHelper::addContentType($name));
you will get 2 same id
Error 'Duplicate entry 'xx' for key 'title''..
Status | New | ⇒ | Pending |
Category | ⇒ | Administration com_finder |
Successfully integrated the fix it into staging.
one more test please
Labels |
Added:
?
|
I have not tested this item.
I can't reproduce the error 'Duplicate entry 'xx' for key 'title'',
I got the expected result (same two identifiers) without applying this patch.
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-05-05 13:21:05 |
Closed_By | ⇒ | Fedik | |
Labels |
Removed:
J3 Issue
|
I have tested this item✅ successfully on 5902a88
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/15181.