export class AccrualPolicyUserModifierViewController extends BaseViewController { constructor( options = {} ) { _.defaults( options, { el: '#accrual_policy_user_modifier_view_container', //Must set el here and can only set string, so events can work user_api: null, parent_view: null, result_details: null } ); super( options ); } init( options ) { this.parent_view = this.parent_view_controller.viewId === 'Employee' ? 'employee' : 'accrual_policy'; //Previously was passed in the