Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Commit

Permalink
Merge pull request #915 from uPortal-Project/exclude-widget-context-m…
Browse files Browse the repository at this point in the history
…enu-on-details-page

omit widget context menu on widget on details page
  • Loading branch information
apetro committed Jul 31, 2020
2 parents 332a416 + 1914fef commit 0d4ed43
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## Next

+ Excludes the widget context menu on the widget rendered on the details page
about an app directory entry.

## 10.2.2 - 2020-07-22

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@
<!-- WIDGET PREVIEW -->
<div class="preview">
<div class="middle">
<widget fname="{{ portlet.fname }}"></widget>
<widget fname="{{ portlet.fname }}"
include-context-menu="false"></widget>
</div>
<md-button class="md-raised md-primary fixed-width fname-{{::portlet.fname}}"
ng-click="addToHome(portlet)"
Expand Down

0 comments on commit 0d4ed43

Please sign in to comment.