Project

General

Profile

Actions

Bug #4344

closed

Resource names are improperly downcased

Added by David Davis about 10 years ago. Updated about 8 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Hammer core
Target version:
Difficulty:
Triaged:
Team Backlog:
Fixed in Releases:
Found in Releases:
In Kanboard:

Description

I'm noticing places where resource names are showing up as being downcased (such as in associated commands). For example we get --contentview-id for ContentViews when they should be --content-view-id.

Actions #1

Updated by David Davis about 10 years ago

  • Category set to Hammer core
  • Status changed from New to Assigned
  • % Done changed from 0 to 50
Actions #2

Updated by Tomáš Strachota over 8 years ago

  • Target version set to hammer-cli 0.6.0
Actions #3

Updated by Tomáš Strachota about 8 years ago

  • Status changed from Assigned to Closed

The issue seems to be fixed in hammer-cli 0.5.1
I'm closing the ticket as it was reported a long time ago and the the issue has most likely been fixed since then.

hammer repository list -h
Usage:
    hammer repository list [OPTIONS]

Options:
 --available-for AVAILABLE_FOR                       interpret specified object to return only Repositories that can be associated with specified object. Only ‘content_view’ is supported.
 --by BY                                             Field to sort the results on
 --content-type CONTENT_TYPE                         limit to only repositories of this time
 --content-view CONTENT_VIEW_NAME                    Content view name to search by
 --content-view-id CONTENT_VIEW_ID                   content view numeric identifier
 --content-view-version CONTENT_VIEW_VERSION_VERSION Content view version number
 --content-view-version-id CONTENT_VIEW_VERSION_ID   Content view version identifier

...
hammer erratum list -h
Usage:
    hammer erratum list [OPTIONS]

Options:
 --by BY                                                   Field to sort the results on
 --content-view CONTENT_VIEW_NAME                          Content view name to search by
 --content-view-filter CONTENT_VIEW_FILTER_NAME            Name to search by
 --content-view-filter-id CONTENT_VIEW_FILTER_ID           filter identifier
 --content-view-id CONTENT_VIEW_ID                         content view numeric identifier
 --content-view-version CONTENT_VIEW_VERSION_VERSION       Content view version number
 --content-view-version-id CONTENT_VIEW_VERSION_ID         Content view version identifier

...
Actions

Also available in: Atom PDF