Completed
Push — master ( faf183...a7e250 )
by Nicolaas
45:59
created
code/DataObjectOneFieldUpdateController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -232,7 +232,7 @@
 block discarded – undo
232 232
     /**
233 233
      * retun a list of objects
234 234
      * we need it like this for pagination....
235
-     * @return DataList
235
+     * @return PaginatedList
236 236
      */
237 237
     public function PaginatedListItems()
238 238
     {
Please login to merge, or discard this patch.
code/DataObjectSorterController.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,6 @@
 block discarded – undo
43 43
      * @param String $className - DataObject Class Name you want to sort
44 44
      * @param String | Int $filterField - Field you want to filter for OR ParentID number (i.e. you are sorting children of Parent with ID = $filterField)
45 45
      * @param String $filterValue - filter field should be equal to this integer OR string. You can provide a list of IDs like this: 1,2,3,4 where the filterFiel is probably equal to ID or MyRelationID
46
-     * @param String $linkText - text to show on the link
47 46
      * @param String $titleField - field to show in the sort list. This defaults to the DataObject method "getTitle", but you can use "name" or something like that.
48 47
      *
49 48
      * @return String - html
Please login to merge, or discard this patch.