Project

General

Profile

« Previous | Next » 

Revision 62419

Added by John Balasis over 1 year ago

longtitude and latitude are no longer mandatory

View differences:

oa-description.ts
83 83
export const longtitudeDesc = {
84 84
  desc: 'The (approximate) longtitude of your repository/journal\'s location',
85 85
  label: 'Longtitude',
86
  mandatory: true,
86
  mandatory: false,
87 87
  recommended: false
88 88
};
89 89

  
90 90
export const latitudeDesc = {
91 91
  desc: 'The (approximate) latitude of your repository/journal\'s location',
92 92
  label: 'Latitude',
93
  mandatory: true,
93
  mandatory: false,
94 94
  recommended: false
95 95
};
96 96

  

Also available in: Unified diff