Skip to content

Commit

Permalink
Prefill community resource type (#2151)
Browse files Browse the repository at this point in the history
  • Loading branch information
abulte committed May 17, 2019
1 parent b307378 commit b12cfb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- Add user slug to dataset cache key [#2146](https://github.com/opendatateam/udata/pull/2146)
- Change display of cards of reuses on topic pages [#2148](https://github.com/opendatateam/udata/pull/2148)
- Display remote source of harvested dataset [#2150](https://github.com/opendatateam/udata/pull/2150)
- Prefill community resource type on upload form [#2151](https://github.com/opendatateam/udata/pull/2151)

## 1.6.8 (2019-05-13)

Expand Down
2 changes: 1 addition & 1 deletion js/views/community-resource-wizard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import API from 'api';
export default {
data: function() {
return {
communityResource: new CommunityResource({data: {filetype: 'remote'}}),
communityResource: new CommunityResource({data: {filetype: 'remote', type: 'main'}}),
dataset: new Dataset(),
publish_as: null,
steps: [{
Expand Down

0 comments on commit b12cfb0

Please sign in to comment.