Skip to content

Commit

Permalink
Updating project model for projects that have . Default false.
Browse files Browse the repository at this point in the history
  • Loading branch information
marklise committed Sep 19, 2023
1 parent cb26c02 commit 309d2b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions api/controllers/project.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ var tagList = [
'review45Start',
'reviewSuspensions',
'reviewExtensions',
'hasMetCommentPeriods',
'cacMembers',
'cacEmail',
'projectCAC',
Expand Down
1 change: 1 addition & 0 deletions api/helpers/models/project.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ var projectDataDefinition = {
shortName : { type: String, default: '', index: true },
status : { type: String, default: '' },
substitution : { type: Boolean, default: false },
hasMetCommentPeriods : { type: Boolean, default: false },

// TODO: New Stuff?
eaStatusDate : { type: Date, default: '' },
Expand Down
2 changes: 1 addition & 1 deletion api/test/repo_warden/model_vs_factory_hash.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
{
"name": "project.js",
"hash": "R64yg9XkqaqjA5mFYKitN7lMwWM="
"hash": "s71n+XQaqGpm5tjC5KpMa2PuNLw="
},
{
"name": "projectNotification.js",
Expand Down

0 comments on commit 309d2b5

Please sign in to comment.