OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/mocha/factories/reporting_factory.js

8 lines
365 B

Factory.define('Reporting', Timeline.Reporting)
.sequence('id')
.attr("project", function () {return Factory.build("Project");})
.attr("reporting_to_project", function () {return Factory.build("Project");})
.attr("reported_project_status", function () {return {};})
.attr("reported_project_status_comment", "")
.attr('created_at')
.attr('updated_at');