User tests: Successful: Unsuccessful:
This PR removes a conditional block from the article manager and the featured article manager that was intended to ensure that the display of the category and nested category was correct when the admin is using an rtl language and the category names may be a mix of LTR and RTL.
Not really sure why but
Status | New | ⇒ | Pending |
Category | ⇒ | Administration com_content |
Labels |
Added:
?
|
Please install Testing Sample Data. Check the 2 articles referenced in the above screenshot. It is fine in Persian before the PR.
Replicated th problem - it is coming from when there are more than 2 categories in the tree and it is truncated. Will look into a fix later tonight
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-04-21 17:21:50 |
Closed_By | ⇒ | brianteeman |
Also,
$catSeparator
should not be in the loop so it is only executed once.