User tests: Successful: Unsuccessful:
Pull Request for Issue # .
This PR makes some cleanup to Multilingual Sample Data plugin:
array
and stdClass
, it works because at the end, the return data will be json encoded, but we should choose to use one type only.Factory::getLanguage()
with $this->app->getLanguage()
Factory::getUser()
with $this->app->getIdentity()
We have code $lang = Factory::getLanguage()->getTag();
, then $lang->load
and it will cause fatal error (because the $lang is a string, not object). This PR fixes this error, too
Status | New | ⇒ | Pending |
Category | ⇒ | Front End Plugins |
Labels |
Added:
?
|
I have tested this item
Test using all available languages.
I have tested this item
Tested with dutch language and code review.
Status | Pending | ⇒ | Ready to Commit |
RTC
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-06-09 06:44:39 |
Closed_By | ⇒ | chmst | |
Labels |
Added:
?
|
Thanks!
Works fine.