Addshore has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/71824


Change subject: Removing baserevid param from getclaim on api
......................................................................

Removing baserevid param from getclaim on api

Bug:50062
Change-Id: Ifa2292a110d322040d1fb29bfbaa0635e2aa26a0
---
M repo/includes/api/GetClaims.php
1 file changed, 0 insertions(+), 7 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikibase 
refs/changes/24/71824/1

diff --git a/repo/includes/api/GetClaims.php b/repo/includes/api/GetClaims.php
index eebc0e5..1c71a93 100644
--- a/repo/includes/api/GetClaims.php
+++ b/repo/includes/api/GetClaims.php
@@ -44,7 +44,6 @@
  */
 class GetClaims extends ApiWikibase {
 
-       // TODO: automcomment
        // TODO: example
        // TODO: rights
        // TODO: conflict detection
@@ -223,9 +222,6 @@
                                ),
                                ApiBase::PARAM_DFLT => 'references',
                        ),
-                       'baserevid' => array(
-                               ApiBase::PARAM_TYPE => 'integer',
-                       ),
                );
        }
 
@@ -243,9 +239,6 @@
                        'claim' => 'A GUID identifying the claim. Required 
unless entity is provided.',
                        'rank' => 'Optional filter to return only the claims 
that have the specified rank',
                        'props' => 'Some parts of the claim are returned 
optionally. This parameter controls which ones are returned.',
-                       'baserevid' => array( 'The numeric identifier for the 
revision to base the modification on.',
-                               "This is used for detecting conflicts during 
save."
-                       ),
                );
        }
 

-- 
To view, visit https://gerrit.wikimedia.org/r/71824
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifa2292a110d322040d1fb29bfbaa0635e2aa26a0
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Addshore <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to