File tree Expand file tree Collapse file tree 6 files changed +12
-13
lines changed
Expand file tree Collapse file tree 6 files changed +12
-13
lines changed Original file line number Diff line number Diff line change 22<extension version =" 3.9" type =" plugin" group =" actionlog" method =" upgrade" >
33 <name >plg_actionlog_tjreports</name >
44 <author >Techjoomla</author >
5- <creationDate >22nd Oct 2019</creationDate >
5+ <creationDate >24th Oct 2019</creationDate >
66 <copyright >Copyright (C) 2016 - 2019 Techjoomla. All rights reserved.</copyright >
77 <license >http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license >
88 <
authorEmail >
[email protected] </
authorEmail >
99 <authorUrl >https://techjoomla.com</authorUrl >
10- <version >1.1.2 </version >
10+ <version >1.1.3 </version >
1111 <description >PLG_ACTIONLOG_TJREPORTS_XML_DESCRIPTION</description >
1212 <files >
1313 <filename plugin =" tjreports" >tjreports.php</filename >
Original file line number Diff line number Diff line change 55 <author >Techjoomla</author >
66 <
authorEmail >
[email protected] </
authorEmail >
77 <authorUrl >https://techjoomla.com</authorUrl >
8- <creationDate >22nd Oct 2019</creationDate >
8+ <creationDate >24th Oct 2019</creationDate >
99 <copyright >Copyright (C) 2016 - 2019 Techjoomla. All rights reserved.</copyright >
1010 <license >http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license >
11- <version >1.1.2 </version >
11+ <version >1.1.3 </version >
1212
1313 <files >
1414 <filename plugin =" tjreportsfields" >tjreportsfields.php</filename >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<extension version =" 3.4" type =" plugin" group =" privacy" method =" upgrade" >
33 <name >plg_privacy_tjreports</name >
4- <version >1.1.2 </version >
5- <creationDate >22nd Oct 2019</creationDate >
4+ <version >1.1.3 </version >
5+ <creationDate >24th Oct 2019</creationDate >
66 <author >Techjoomla</author >
77 <
authorEmail >
[email protected] </
authorEmail >
88 <authorUrl >https://techjoomla.com</authorUrl >
Original file line number Diff line number Diff line change 55 <author >Techjoomla</author >
66 <
authorEmail >
[email protected] </
authorEmail >
77 <authorUrl >https://techjoomla.com</authorUrl >
8- <creationDate >22nd Oct 2019</creationDate >
8+ <creationDate >24th Oct 2019</creationDate >
99 <copyright >Copyright (C) 2016 - 2019 Techjoomla. All rights reserved.</copyright >
1010 <license >http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license >
11- <version >1.1.2 </version >
11+ <version >1.1.3 </version >
1212 <install >
1313 <sql >
1414 <file driver =" mysql" charset =" utf8" >sql/tjreportsindexer.install.sql</file >
Original file line number Diff line number Diff line change @@ -177,9 +177,8 @@ protected function setCustomFieldsColumns()
177177 {
178178 $ customField = array (
179179 'title ' => ($ columnLabels [$ columnName ]) ? $ columnLabels [$ columnName ] : $ columnName ,
180- 'table_column ' => $ this ->customFieldsTableAlias . '. ' . $ columnName
181-
182- // , 'disable_sorting' => true
180+ 'table_column ' => $ this ->customFieldsTableAlias . '. ' . $ columnName ,
181+ 'not_show_hide ' => false
183182 );
184183
185184 // Eg. tuf.dob
Original file line number Diff line number Diff line change 66 <authorUrl >https://techjoomla.com</authorUrl >
77 <copyright >Copyright (C) 2016 - 2019 Techjoomla. All rights reserved.</copyright >
88 <license >http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license >
9- <creationDate >22nd Oct 2019</creationDate >
10- <version >1.1.2 </version >
9+ <creationDate >24th Oct 2019</creationDate >
10+ <version >1.1.3 </version >
1111 <description >This component is used to access all the report at single place.</description >
1212 <install >
1313 <!-- Runs on install -->
You can’t perform that action at this time.
0 commit comments