2018-11-29 23:03:35 -05:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
|
|
class IssueSidebarBasicEntity < IssuableSidebarBasicEntity
|
|
|
|
expose :due_date
|
|
|
|
expose :confidential
|
2020-09-10 14:08:54 -04:00
|
|
|
expose :severity
|
2018-11-29 23:03:35 -05:00
|
|
|
end
|
2019-09-13 09:26:31 -04:00
|
|
|
|
2021-05-11 17:10:21 -04:00
|
|
|
IssueSidebarBasicEntity.prepend_mod_with('IssueSidebarBasicEntity')
|