1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-29 00:58:03 +02:00

Increase additional data file size

This commit is contained in:
Tim Daubenschütz 2015-10-13 10:13:53 +02:00
parent bb93a052b7
commit 002bab8e79
2 changed files with 6 additions and 6 deletions

View File

@ -35,17 +35,17 @@ let CylandAdditionalDataForm = React.createClass({
}; };
}, },
handleSuccess() {
let notification = new GlobalNotificationModel('Further details successfully updated', 'success', 10000);
GlobalNotificationActions.appendGlobalNotification(notification);
},
getInitialState() { getInitialState() {
return { return {
isUploadReady: true isUploadReady: true
}; };
}, },
handleSuccess() {
let notification = new GlobalNotificationModel('Further details successfully updated', 'success', 10000);
GlobalNotificationActions.appendGlobalNotification(notification);
},
getFormData() { getFormData() {
let extradata = {}; let extradata = {};
let formRefs = this.refs.form.refs; let formRefs = this.refs.form.refs;

View File

@ -61,7 +61,7 @@ let constants = {
'validation': { 'validation': {
'additionalData': { 'additionalData': {
'itemLimit': 100, 'itemLimit': 100,
'sizeLimit': '50000000' 'sizeLimit': '25000000000'
}, },
'registerWork': { 'registerWork': {
'itemLimit': 1, 'itemLimit': 1,