uvdesk / community-skeleton

UVdesk Opensource Community Helpdesk Project built for all to make a Full Ticketing Support System along with many more other features.
https://www.uvdesk.com
MIT License
8.53k stars 459 forks source link

Zip file for all version of php not updated with current live code #118

Closed vaishaliwebkul closed 5 years ago

vaishaliwebkul commented 5 years ago

Url to download zip : https://www.uvdesk.com/en/opensource/

Task: Download file: zip (php -v 7.2) zip (php -v 7.1) zip (php -v 7.0)

Issue facing for all version of zip:

  1. checkbox and drop downlist icons are missing from all the pages for ex:

screenshot 82

  1. Unable to open swiftmailer and mailbox app :- Error : Class "Webkul\UVDesk\CoreBundle\Controller\Swiftmailer" does not exist. You have requested a non-existent service "swiftmailer.service".

screenshot 83

  1. Image attachment icon not showing :- Asset location is not identified for all of the below test case :
    • Customer add reply by attaching image
    • Agent add reply by attaching image
    • Ticket create by agent/customer by attaching image screenshot 84
shubhwebkul commented 5 years ago

When we do not use PHP inbuilt web server, UVDesk was getting the wrong path of the assets. Now this issue has been resolved!