User tests: Successful: Unsuccessful:
Pull Request for Issue # .
This corrects language variables used in com_media
error strings.
Create a plugin that would cause file upload to fail. Something like this:
public function onContentBeforeSave($context, &$file, $isNew)
{
if ($context === 'com_media.file')
{
$file->setError('Foo');
return false;
}
}
Attempt to upload a file.
Upload fails with error:
An error occurred before saving the media: Foo
Upload fails with error:
An error occurred before saving the media: 1
No.
Status | New | ⇒ | Pending |
Category | ⇒ | Administration Language & Strings |
@tecpromotion go for it
Merging on review and the approval by Brian. Thanks.
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-09-16 15:32:15 |
Closed_By | ⇒ | zero-24 | |
Labels |
Added:
?
?
|
RTC? Any check needed?
Then I can prepare the German language pack.