Commit 8745b35c authored by Côme Chilliet's avatar Côme Chilliet
Browse files

Merge branch '5897-support-for-askme-in-booleanattribute-is-broken' into '1.3-dev'

Resolve "Support for %askme% in BooleanAttribute is broken"

See merge request fusiondirectory/fd!508
Showing with 1 addition and 0 deletions
+1 -0
...@@ -25,6 +25,7 @@ class BooleanAttribute extends Attribute ...@@ -25,6 +25,7 @@ class BooleanAttribute extends Attribute
{ {
public $trueValue; public $trueValue;
public $falseValue; public $falseValue;
protected $templatable = TRUE;
/*! \brief The constructor of BooleanAttribute /*! \brief The constructor of BooleanAttribute
* *
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment