Closed (fixed)
Project:
Extended File Field
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
21 Apr 2013 at 22:23 UTC
Updated:
26 Mar 2014 at 08:26 UTC
Jump to comment: Most recent
Comments
Comment #1
jthorson commentedAdded in commit: http://drupalcode.org/project/extended_file_field.git/commit/8de6ab5a6c2...
Comment #2
jthorson commentedextended_file_field.api.php needs a patch explaining this behaviour as well.
Comment #3
dwwextended_file_field.api.php needs a patch for this one, too. Although, the API docs already claimed that the 'sort' key is optional. So, maybe instead of
'sort' => FALSE,we just want to remove the sort directive entirely? I guess it doesn't really hurt to explicitly say that sorting isn't allowed, so I guess we can leave this fixed, although it wouldn't hurt to clarify whatsort => FALSEmeans in the docs...Thanks,
-Derek
Comment #4
jthorson commentedCrosspost?
Comment #5
dwwYes, but I was just going to comment and leave it fixed, since I convinced myself that the PHPDocs are now accurate. If you want to explain what
'sort' => FALSEmeans, cool. Otherwise, you can set this fixed again.Thanks,
-Derek
Comment #6
dwwping? Can you explain what
'sort' => FALSEmeans in the docs? Seems like an easy fix to close this out.Thanks!
-Derek
Comment #7
jthorson commentedDone!
http://drupalcode.org/project/extended_file_field.git/commit/14324e5d42b...
Comment #8
jthorson commentedAnd the api file ...
http://drupalcode.org/project/extended_file_field.git/commit/14324e5d42b...