We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$this->j_head->hasOne('vat_period_id', ['smbo/VatPeriod', 'caption'=>'VAT Period'])->addTitle(); var_dump($this->getElement('vat_period_id')->caption);
The above code outputs NULL but caption property should have been set for the field. This issue needs a proper test and fix.
The text was updated successfully, but these errors were encountered:
there are several other methods that needs to be looked at, btw.
Sorry, something went wrong.
This might be useful: http://agile-ui.readthedocs.io/en/latest/core.html#seed
yeah, I read about seeds yesterday and now I think I understand UI constructor parameters at last :)
not sure if relevant, but we introduced 'hasTitle'
DarkSide666
No branches or pull requests
The above code outputs NULL but caption property should have been set for the field. This issue needs a proper test and fix.
The text was updated successfully, but these errors were encountered: