Skip to content

Commit 989b5a9

Browse files
authored
Merge pull request #203 from binoculars/hotfix/add-domain-redirect-field
[EOSF-622] Add domainRedirectEnabled to preprint-provider model
2 parents 57e0ae8 + d2c707a commit 989b5a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

addon/models/preprint-provider.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ export default OsfModel.extend({
77
bannerPath: DS.attr('string'),
88
description: DS.attr('fixstring'),
99
domain: DS.attr('string'),
10+
domainRedirectEnabled: DS.attr('boolean'),
1011
example: DS.attr('fixstring'),
1112
advisoryBoard: DS.attr('string'),
1213
emailContact: DS.attr('fixstring'),

0 commit comments

Comments
 (0)