if ( 'clone' === event.action ) {
                question = _.prepareQuestionObjectForCloning( question );
            } else {
                // Use author id instead of the question author object.
                question = _.prepareExistingPostObjectDataForAddingOrCloning( question );