AcclaroInc / craft-translations

Easily manage your Craft CMS website translations and drive global growth with simplified translation workflows.
https://plugins.craftcms.com/translations
Other
9 stars 12 forks source link

fixed: an issue where uploaded assets saving to temp directory only #477

Closed bhupeshappfoster closed 1 year ago

bhupeshappfoster commented 1 year ago

Pull Request

Description:

As we made a fix to error that arise after craft 4.5.0 update in which uploading delivery files was showing error, so we used crafts temp location for it due to which all asset uploads were sent to temp directory irrespective of what volume we select from plugins settings page. Now here we corrected the issue to use the volume if its not 0 and use temp location otherwise.

Related Issue(s):

[Cite any related issues or feature requests, using the GitHub issue link.]

Changes Made:

[List the changes made in this pull request to address the issue or implement the feature.]

Added:

Changed:

-

Deprecated:

-

Removed:

-

Fixed:

-

Security:

-

Testing:

[Describe the testing performed to ensure the changes are functioning as expected.]

Quality Assurance (QA):

Resources:

Screenshots (if applicable): [Include any relevant screenshots to visually demonstrate the changes.]

Wrapping up

Checklist:

Additional Notes: [Include any additional notes, considerations, or context that may be relevant.]