Page MenuHomePhabricator

SMW_SpecialProperties.php.patch

Authored By
bzimport
Nov 21 2014, 10:54 PM
Size
622 B
Referenced Files
None
Subscribers
None

SMW_SpecialProperties.php.patch

Index: specials/QueryPages/SMW_SpecialProperties.php
===================================================================
--- specials/QueryPages/SMW_SpecialProperties.php (revision 114455)
+++ specials/QueryPages/SMW_SpecialProperties.php (working copy)
@@ -102,6 +102,7 @@
$typestring = $typeDataValue->getLongHTMLText( $linker );
$propertyDataValue = SMWDataValueFactory::newDataItemValue( $property, null );
$proplink = $propertyDataValue->getShortHtmlText( $linker );
+ $proplink = str_replace( "edit", "view", $proplink );
}
$warnings = smwfEncodeMessages( $errors, 'warning', '', false );

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5846
Default Alt Text
SMW_SpecialProperties.php.patch (622 B)

Event Timeline