Yaron Koren has uploaded a new change for review.
https://gerrit.wikimedia.org/r/266457
Change subject: Another fix for partial forms
......................................................................
Another fix for partial forms
Change-Id: I643bdde5ec62a4245fbc2989c5214e0f2749a124
---
M includes/SF_FormPrinter.php
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/SemanticForms
refs/changes/57/266457/1
diff --git a/includes/SF_FormPrinter.php b/includes/SF_FormPrinter.php
index 18366d8..bcef713 100644
--- a/includes/SF_FormPrinter.php
+++ b/includes/SF_FormPrinter.php
@@ -732,7 +732,7 @@
// once in that page, and multiple
// values are allowed, repeat this
// section.
- if ( $source_is_page ||
$form_is_partial ) {
+ if ( $source_is_page ) {
$tif->setPageRelatedInfo(
$existing_page_content );
// Get the first instance of
// this template on the page
--
To view, visit https://gerrit.wikimedia.org/r/266457
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I643bdde5ec62a4245fbc2989c5214e0f2749a124
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/SemanticForms
Gerrit-Branch: master
Gerrit-Owner: Yaron Koren <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits