[solved] in Gantt Chart no Calendar Extended

Post Reply
brave
Sponsor
Sponsor
Posts: 180
Joined: 17 Jul 2016, 12:34
Name: Patrick
Location: Germany

[solved] in Gantt Chart no Calendar Extended

Post by brave »

Unfortunately, the extension in Gantt Chart does not work either. Many Thanks
Attachments
15-08-_2022_14-33-16.jpg
Last edited by brave on 30 Aug 2022, 17:53, edited 1 time in total.
User avatar
LPARO
Posts: 148
Joined: 03 Mar 2021, 18:01
Name: Luiz Paro
Location: Brasil, São Paulo
Company Name: Luiz Paro Advogados
Contact:

Re: in Gantt Chart no Calendar Extended

Post by LPARO »

I think your problem should be similar to what I had with the pivot calendar...

viewtopic.php?f=23&t=3835
brave
Sponsor
Sponsor
Posts: 180
Joined: 17 Jul 2016, 12:34
Name: Patrick
Location: Germany

Re: in Gantt Chart no Calendar Extended

Post by brave »

That's it, thanks for the tip!

/plugins/ext/ganttchart/actions/configuration.php
on line 134

Code: Select all

$fields_query = db_query("select * from app_fields where type in ('fieldtype_date_added','fieldtype_input_date_extra','fieldtype_input_date','fieldtype_input_datetime','fieldtype_dynamic_date') and entities_id='" . db_input($entities_id) . "'");
on line 151

Code: Select all

$fields_query = db_query("select * from app_fields where type in ('fieldtype_input_date_extra','fieldtype_input_date','fieldtype_input_datetime','fieldtype_dynamic_date') and entities_id='" . db_input($entities_id) . "'");
It now works for me as it should.
many thanks again
User avatar
support
Site Admin
Posts: 6222
Joined: 19 Oct 2014, 18:22
Name: Sergey Kharchishin
Location: Russia, Evpatoriya

Re: in Gantt Chart no Calendar Extended

Post by support »

Patrick, you are right. I have provide file with this fix here.

File from archive need replace to
plugins\ext\modules\ganttchart\actions\
Attachments
configuration.zip
(2.08 KiB) Downloaded 34 times
brave
Sponsor
Sponsor
Posts: 180
Joined: 17 Jul 2016, 12:34
Name: Patrick
Location: Germany

Re: in Gantt Chart no Calendar Extended

Post by brave »

Yes, the problem is solved!
enishemed
Posts: 651
Joined: 30 Oct 2017, 11:24
Name: Enis Hemedoglu
Location: Istanbul, Turkey
Company Name: SCORE DANISMANLIK
Contact:

Re: [solved] in Gantt Chart no Calendar Extended

Post by enishemed »

Calendar Extended cannot be used in "Calendar Report" as well.
User avatar
support
Site Admin
Posts: 6222
Joined: 19 Oct 2014, 18:22
Name: Sergey Kharchishin
Location: Russia, Evpatoriya

Re: [solved] in Gantt Chart no Calendar Extended

Post by support »

enishemed wrote: 01 Sep 2022, 17:17 Calendar Extended cannot be used in "Calendar Report" as well.
File from archive replace to plugins\ext\modules\calendar\actions\
Attachments
configuration.zip
(2.35 KiB) Downloaded 31 times
Post Reply