search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Active Areas - start/end problem

Asked by Anonymous
3 years ago.

Hi, I have problem with start/end of active ares.
Data for EVENT looks like that:

[{
    "id": "184",
    "text": "Beer APA",
    "warzenie": "48",    
    "start": "2020-11-09T08:02:24",
    "end": "2020-11-25T07:59:12",
    "resource": "T1",
    "color": "#f8cc6b",
    "join": "1",
    "bubbleHtml": "Desc",    
    "areas": [ {
	            "bottom": "0",
	            "html": "TE Fermentation 6-12/30 (184)",
	            "top": "3",
				"visibility": "Hover",	            
				"css": "event_paski",
				"start": "2020-11-09T08:02:24",
				"end": "2020-11-16T09:36:00"				
		    },
		   {
	            "bottom": "0",
	            "html": "TE Hops 6-12/30 (184)",
	            "top": "3",
				"visibility": "Hover",	            
				"css": "event_paski",
				"start": "2020-11-16T09:36:00",
				"end": "2020-11-24T23:59:12"				
		   }
		]									            
}]

but the result looks like the @ image. The END attribute doesn't work, and the START attribute for second area too.
Please help :-)

Answer posted by Dan Letecky [DayPilot]
3 years ago.

The start/end properties weren't actually supported for visibility: "Hover". It should be working now in the latest sandbox build (2020.4.4762).

Comment posted by Yacoo
3 years ago.

Thx for your answer. When will be release of 2020.4.4762?

Comment posted by Dan Letecky [DayPilot]
3 years ago.

New releases are available on the 1st and 15th each month. The new release that includes this fix is now available:

https://javascript.daypilot.org/daypilot-pro-for-javascript-2020-4-4766/

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.