-
-
Couldn't load subscription status.
- Fork 81
listwidget: fix template parameter #941
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
base: master
Are you sure you want to change the base?
listwidget: fix template parameter #941
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #941 +/- ##
============================================
+ Coverage 45.39% 46.44% +1.05%
Complexity 2326 2326
============================================
Files 80 80
Lines 9078 9083 +5
============================================
+ Hits 4121 4219 +98
+ Misses 4957 4864 -93 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
formats/widget/SRF_ListWidget.php
Outdated
| ] ); | ||
|
|
||
| // this does not seem to work | ||
| if ( $this->hasTemplates ) { |
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.
Then why are you adding 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 would like to disable links when template parameter is defined, do you have any hint how to achieve this ?
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.
fixed, I've commented the block
fixes #618