Do not mark type as hasDefault

pull/4401/head
Oliver Günther 9 years ago
parent c3a256b6a3
commit 4e05e33ac1
  1. 2
      lib/api/v3/work_packages/schema/work_package_schema_representer.rb

@ -205,7 +205,7 @@ module API
title: type.name
}
},
has_default: true
has_default: false
schema_with_allowed_collection :status,
value_representer: Statuses::StatusRepresenter,

Loading…
Cancel
Save