-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
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
37596 PDF Download in property lists #599
Conversation
Pull Request Test Coverage Report for Build 9541106346Details
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@yeneastgate @dai-eastgate
I finished review, looks good.
Please check my comment.
$pInputModelDocumentTypes = $pFormModelBuilder->createInputModelExpose(); | ||
$pFormModelDocumentTypes = new FormModel(); | ||
$pFormModelDocumentTypes->setPageSlug($this->getPageSlug()); | ||
$pFormModelDocumentTypes->setGroupSlug(self::FORM_VIEW_DOCUMENT_TYPES); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think with this changes FORM_VIEW_DOCUMENT_TYPES initialized in AdminPageEstateListSettingsBase.php is never used anymore.
Also FORM_VIEW_FIELDS_CONFIG in AdminPageEstateListSettingsBase.php seems not to be used.
Could you please check it and remove unused constants?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@andernath I will check and remove it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will start testing
Steps to install the approved version:
|
Nach erneuter Rücksprache soll das Feature hier weiterhin entfernt werden, da es an dieser Stelle keinen Sinn macht. |
Steps to install the approved version:
|
Steps to install the approved version:
|
related to #590
changed log :
Remove PDF download in property lists and unit lists.