Calendar Extended missing in Resource Timeline

Post Reply
Eric
Posts: 181
Joined: 25 Jun 2020, 13:40
Name: Eric Henrich
Location: Germany

Calendar Extended missing in Resource Timeline

Post by Eric »

Hi,

in resource timeline calendar we can not choose beginning and end fields for calendar extended field type.

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

Re: Calendar Extended missing in Resource Timeline

Post by brave »

This is the same problem as viewtopic.php?f=23&t=3835 and viewtopic.php?f=23&t=3791.

replaced himself
/plugins/ext/modules/resource_timeline/actions/entities.php
on line 121

Code: Select all

 $fields_query = db_query("select * from app_fields where type in ('fieldtype_input_date','fieldtype_input_date_extra','fieldtype_input_datetime','fieldtype_dynamic_date') and entities_id='" . db_input($entities_id) . "' order by sort_order, name");
        
on line 137

Code: Select all

 $fields_query = db_query("select * from app_fields where type in ('fieldtype_input_date','fieldtype_input_date_extra','fieldtype_input_datetime','fieldtype_dynamic_date') and entities_id='" . db_input($entities_id) . "' order by sort_order, name");
       
or changed file in
/plugins/ext/modules/resource_timeline/actions/
Attachments
entities.zip
(1.82 KiB) Downloaded 32 times
User avatar
support
Site Admin
Posts: 6231
Joined: 19 Oct 2014, 18:22
Name: Sergey Kharchishin
Location: Russia, Evpatoriya

Re: Calendar Extended missing in Resource Timeline

Post by support »

Thank you. This fix will be included in 3.3
Post Reply