mirror of
https://github.com/hcengineering/platform.git
synced 2025-06-08 00:37:42 +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,
|
label: calendar.string.ConfigLabel,
|
||||||
description: calendar.string.ConfigDescription,
|
description: calendar.string.ConfigDescription,
|
||||||
enabled: false,
|
enabled: true,
|
||||||
beta: true,
|
beta: true,
|
||||||
icon: calendar.icon.Calendar,
|
icon: calendar.icon.Calendar,
|
||||||
classFilter: defaultFilter
|
classFilter: defaultFilter
|
||||||
|
@ -272,22 +272,22 @@ export function createModel (builder: Builder): void {
|
|||||||
calendar.category.Calendar
|
calendar.category.Calendar
|
||||||
)
|
)
|
||||||
|
|
||||||
createAction(
|
// createAction(
|
||||||
builder,
|
// builder,
|
||||||
{
|
// {
|
||||||
action: calendar.actionImpl.SaveEventReminder,
|
// action: calendar.actionImpl.SaveEventReminder,
|
||||||
label: calendar.string.RemindMeAt,
|
// label: calendar.string.RemindMeAt,
|
||||||
icon: calendar.icon.Reminder,
|
// icon: calendar.icon.Reminder,
|
||||||
input: 'focus',
|
// input: 'focus',
|
||||||
category: calendar.category.Calendar,
|
// category: calendar.category.Calendar,
|
||||||
target: calendar.class.Event,
|
// target: calendar.class.Event,
|
||||||
context: {
|
// context: {
|
||||||
mode: 'context',
|
// mode: 'context',
|
||||||
group: 'create'
|
// group: 'create'
|
||||||
}
|
// }
|
||||||
},
|
// },
|
||||||
calendar.action.SaveEventReminder
|
// calendar.action.SaveEventReminder
|
||||||
)
|
// )
|
||||||
|
|
||||||
createAction(
|
createAction(
|
||||||
builder,
|
builder,
|
||||||
|
Loading…
Reference in New Issue
Block a user