mirror of
https://github.com/hcengineering/platform.git
synced 2025-05-31 04:38:02 +00:00
Enable calendar (#6562)
This commit is contained in:
parent
0a32f8885b
commit
0ba3e2efbc
@ -178,7 +178,7 @@ export default function buildModel (enabled: string[] = ['*'], disabled: string[
|
||||
{
|
||||
label: calendar.string.ConfigLabel,
|
||||
description: calendar.string.ConfigDescription,
|
||||
enabled: false,
|
||||
enabled: true,
|
||||
beta: true,
|
||||
icon: calendar.icon.Calendar,
|
||||
classFilter: defaultFilter
|
||||
|
@ -272,22 +272,22 @@ export function createModel (builder: Builder): void {
|
||||
calendar.category.Calendar
|
||||
)
|
||||
|
||||
createAction(
|
||||
builder,
|
||||
{
|
||||
action: calendar.actionImpl.SaveEventReminder,
|
||||
label: calendar.string.RemindMeAt,
|
||||
icon: calendar.icon.Reminder,
|
||||
input: 'focus',
|
||||
category: calendar.category.Calendar,
|
||||
target: calendar.class.Event,
|
||||
context: {
|
||||
mode: 'context',
|
||||
group: 'create'
|
||||
}
|
||||
},
|
||||
calendar.action.SaveEventReminder
|
||||
)
|
||||
// createAction(
|
||||
// builder,
|
||||
// {
|
||||
// action: calendar.actionImpl.SaveEventReminder,
|
||||
// label: calendar.string.RemindMeAt,
|
||||
// icon: calendar.icon.Reminder,
|
||||
// input: 'focus',
|
||||
// category: calendar.category.Calendar,
|
||||
// target: calendar.class.Event,
|
||||
// context: {
|
||||
// mode: 'context',
|
||||
// group: 'create'
|
||||
// }
|
||||
// },
|
||||
// calendar.action.SaveEventReminder
|
||||
// )
|
||||
|
||||
createAction(
|
||||
builder,
|
||||
|
Loading…
Reference in New Issue
Block a user