I was trying to use the "Provide default argument" for a date argument, and it seemed that no matter how I would provide the argument, it would not work properly.

While debugging "views_handler_argument_date::get_default_argument()", I found out that this function would return nothing for my particular case.

I needed it to fallback to parent::get_default.. so my default argument would work...

I believe it is a bug. My patch simply removes the last else{} so there is always a fallback to parent::

CommentFileSizeAuthor
#1 views-620046-1.patch474 bytescedric

Comments

cedric’s picture

StatusFileSize
new474 bytes
merlinofchaos’s picture

Status: Needs review » Closed (fixed)

It appears I committed this for 2.8 and did not mark this issue fixed