PKP Bugzilla – Bug 6185
OMP clean-up: consolidate submission class hierarchy.
Last modified: 2011-09-06 16:59:38 PDT
Part of the methods submission in classes with in the submission class hierarchy have become obsolete due to our move to process based handlers, the introduction of a workflow handler and introduction of grid handlers. We should look through the methods, remove those no longer required and possibly consolidate the remaining ones into less classes if possible.
Removed AuthorSubmission / AuthorSubmissionDAO https://github.com/pkp/omp/commit/07dfd9c1690de64b24f55de2fb65515c7a090ce5
AuthorSubmission removed (& some related fixes); deferring the others for follow-up releases.