2019-02-15 15:39:39 +05:30
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
|
|
class IssueSidebarBasicEntity < IssuableSidebarBasicEntity
|
|
|
|
expose :due_date
|
|
|
|
expose :confidential
|
2020-11-24 15:15:51 +05:30
|
|
|
expose :severity
|
2019-02-15 15:39:39 +05:30
|
|
|
end
|
2019-12-04 20:38:33 +05:30
|
|
|
|
2021-06-08 01:23:25 +05:30
|
|
|
IssueSidebarBasicEntity.prepend_mod_with('IssueSidebarBasicEntity')
|