We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c22d43 commit 8d75c8fCopy full SHA for 8d75c8f
1 file changed
ui/scripts/ui/widgets/detailView.js
@@ -846,7 +846,7 @@
846
context: context
847
}) : true
848
) : true;
849
- if ($actions.find('div.action').size() || (detailViewArgs.viewAll && showViewAll)) {
+ if ($actions && ($actions.find('div.action').size() || (detailViewArgs.viewAll && showViewAll))) {
850
$actions.prependTo($firstRow.closest('div.detail-group').closest('.details'));
851
}
852
if (detailViewArgs.viewAll && showViewAll) {
0 commit comments