Skip to content
This repository has been archived by the owner on Aug 25, 2022. It is now read-only.

Commit

Permalink
Case 4374: Don't do any filtering for the calendar field
Browse files Browse the repository at this point in the history
  • Loading branch information
laoneo committed Jan 16, 2017
1 parent dde1618 commit 375eee2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions com_dpfields/admin/models/types/calendar.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,8 @@

class DPFieldsTypeCalendar extends DPFieldsTypeBase
{
protected function postProcessDomNode ($field, DOMElement $fieldNode, JForm $form)
{
$fieldNode->setAttribute('filter', 'none');
}
}

0 comments on commit 375eee2

Please sign in to comment.