Hi,
I've noticed an oddity with the date/time widget (calendar popup) within calls and meetings quick create forms on our pro 5.1.0 implementation.
if you go to a contact or accounts detail view and click on 'schedule meeting' or 'schedule call' under the activity subpanel, the start date field is one field containing the date and time and the calendar popup doesn't work (rather than individual date and time fields).
However, if you cancel and then do it again, it displays properly?!?
Looking at the generated code, for the first instance, the code:
is missing...Code:<div id="date_start_time_section"><select size="1" id="date_start_hours" tabindex="0" onchange="combo_date_start.update(); SugarWidgetScheduler.update_time();"><option value="00">00</option><option value="01">01</option><option value="02">02</option><option value="03">03</option><option value="04">04</option><option value="05">05</option><option value="06">06</option><option value="07">07</option><option value="08">08</option><option value="09">09</option><option value="10">10</option><option value="11">11</option><option value="12">12</option><option value="13">13</option><option value="14">14</option><option value="15">15</option><option value="16">16</option><option value="17">17</option><option value="18">18</option><option value="19">19</option><option value="20" selected="selected">20</option><option value="21">21</option><option value="22">22</option><option value="23">23</option> </select> : <select size="1" id="date_start_minutes" tabindex="0" onchange="combo_date_start.update(); SugarWidgetScheduler.update_time();"> <option value="00">00</option> <option value="15">15</option> <option value="30">30</option> <option value="45" selected="selected">45</option> </select></div>
Any thoughts on what might be going on?
Thanks


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks