v1.11.0 updates

bugfixes

Rating functionality correction

Apply fixes from StyleCI

Due date client panel correction
This commit is contained in:
Manish Verma
2021-03-15 08:32:17 +00:00
committed by Manish Verma
parent f5727554e1
commit 4752081caf
20 changed files with 138 additions and 38 deletions

View File

@@ -1457,7 +1457,7 @@ CREATE TABLE `settings_system` (
--
INSERT INTO `settings_system` (`id`, `status`, `url`, `name`, `department`, `page_size`, `log_level`, `purge_log`, `api_enable`, `api_key_mandatory`, `api_key`, `name_format`, `time_farmat`, `date_format`, `date_time_format`, `day_date_time`, `time_zone`, `content`, `version`, `created_at`, `updated_at`) VALUES
(1, 1, '', '', '1', '', '', '', 0, 0, '', '', NULL, NULL, 1, '', 32, '', '1.10.7', '2016-12-13 03:19:29', '2016-12-13 03:19:29');
(1, 1, '', '', '1', '', '', '', 0, 0, '', '', NULL, NULL, 1, '', 32, '', '1.11.0', '2016-12-13 03:19:29', '2016-12-13 03:19:29');
-- --------------------------------------------------------