$this->setAttribute('auth', false);
$this->setAttribute('type', 'noteditable');
$this->setAttribute('view_namespace', CubistBackpackServiceProvider::NAMESPACE . '::fields');
+ $this->setAttribute('tab',null);
+ $this->setAttribute('label','');
}
} else if (null !== $this->getAttribute('can_hidden', null)) {
if (!self::can($this->getAttribute('can_hidden'))) {
$this->setAttribute('auth', false);
$this->setAttribute('type', 'authhidden');
$this->setAttribute('view_namespace', CubistBackpackServiceProvider::NAMESPACE . '::fields');
+ $this->setAttribute('tab',null);
+ $this->setAttribute('label','');
}
}