Merge branch 'Comments_FilePreview_Addressed' into 'master'
Fixes #1321 File Preview is Comments is supported See merge request !664
No related branches found
No related tags found
Showing
- modules/Vtiger/models/Record.php 12 additions, 0 deletionsmodules/Vtiger/models/Record.php
- packages/vtiger/optional/ModComments.zip 0 additions, 0 deletionspackages/vtiger/optional/ModComments.zip
- pkg/vtiger/modules/ModComments/layouts/v7/modules/ModComments/FilePreview.tpl 1 addition, 1 deletion...odComments/layouts/v7/modules/ModComments/FilePreview.tpl
- pkg/vtiger/modules/ModComments/modules/ModComments/views/FilePreview.php 5 additions, 6 deletions...les/ModComments/modules/ModComments/views/FilePreview.php
Loading
-
mentioned in commit aacce356
-
@uma.s Also, you are running the same test
if ($recordModel->get('filename')) {
on lines 56 and 59... Why not only test once? -
@lord_alan Thanks! for the review, I have addressed the mentioned comments here
Please register or sign in to comment