fix typo this -> self

This commit is contained in:
gwen 2019-02-08 11:14:40 +01:00
parent eee24d61a0
commit bec906cd54
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ class TiramisuOptionOption:
props.append('mandatory')
if model.get('readOnly'):
props.append('frozen')
if self.config.get_hidden(this._path):
if self.config.get_hidden(self._path):
props.append('hidden')
if self.form.get(self._path, {}).get('clearable'):
props.append('clearable')