Skip to content

Commit b710609

Browse files
authored
Merge pull request #50 from LaswitchTech/dev
General: Version bumped to v0.0.51
2 parents 7216ae3 + f257069 commit b710609

3 files changed

Lines changed: 24 additions & 14 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.0.50
1+
v0.0.51

info.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"base": "tasks",
55
"author": "LaswitchTech",
66
"email": "support@laswitchtech.com",
7-
"date": "2025-10-22",
8-
"version": "v0.0.50",
7+
"date": "2025-10-23",
8+
"version": "v0.0.51",
99
"tags": "tasks, management, workflowhub",
1010
"description": "Tasks Plugin for the LaswitchTech Core Framework.",
1111
"repository": "https://github.com/LaswitchTech/core-plugin-tasks",

library.js

Lines changed: 21 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,16 @@ const tasksDefinition = [
4343
{
4444
targets: 4,
4545
visible: false,
46+
title: builder.Locale.get('Contact'),
47+
className: 'min-md',
48+
name: 'name',
49+
data: 'target.vcard.name',
50+
defaultContent: '',
51+
responsivePriority: 115,
52+
},
53+
{
54+
targets: 5,
55+
visible: false,
4656
title: builder.Locale.get('Address'),
4757
className: 'min-md',
4858
name: 'address',
@@ -51,7 +61,7 @@ const tasksDefinition = [
5161
responsivePriority: 120,
5262
},
5363
{
54-
targets: 5,
64+
targets: 6,
5565
visible: false,
5666
title: builder.Locale.get('City'),
5767
className: 'min-md',
@@ -61,7 +71,7 @@ const tasksDefinition = [
6171
responsivePriority: 130,
6272
},
6373
{
64-
targets: 6,
74+
targets: 7,
6575
visible: false,
6676
title: builder.Locale.get('State'),
6777
className: 'min-md',
@@ -71,7 +81,7 @@ const tasksDefinition = [
7181
responsivePriority: 140,
7282
},
7383
{
74-
targets: 7,
84+
targets: 8,
7585
visible: false,
7686
title: builder.Locale.get('Country'),
7787
className: 'min-md',
@@ -81,7 +91,7 @@ const tasksDefinition = [
8191
responsivePriority: 150,
8292
},
8393
{
84-
targets: 8,
94+
targets: 9,
8595
visible: false,
8696
title: builder.Locale.get('Phone'),
8797
className: 'min-md',
@@ -91,7 +101,7 @@ const tasksDefinition = [
91101
responsivePriority: 160,
92102
},
93103
{
94-
targets: 9,
104+
targets: 10,
95105
visible: false,
96106
title: builder.Locale.get('Mobile'),
97107
className: 'min-md',
@@ -101,7 +111,7 @@ const tasksDefinition = [
101111
responsivePriority: 170,
102112
},
103113
{
104-
targets: 10,
114+
targets: 11,
105115
visible: false,
106116
title: builder.Locale.get('Tollfree'),
107117
className: 'min-md',
@@ -111,7 +121,7 @@ const tasksDefinition = [
111121
responsivePriority: 180,
112122
},
113123
{
114-
targets: 11,
124+
targets: 12,
115125
visible: false,
116126
title: builder.Locale.get('Status'),
117127
className: 'min-md',
@@ -124,7 +134,7 @@ const tasksDefinition = [
124134
},
125135
},
126136
{
127-
targets: 12,
137+
targets: 13,
128138
visible: true,
129139
title: builder.Locale.get('Task'),
130140
className: 'min-md',
@@ -137,7 +147,7 @@ const tasksDefinition = [
137147
},
138148
},
139149
{
140-
targets: 13,
150+
targets: 14,
141151
visible: true,
142152
title: builder.Locale.get('Priority'),
143153
className: 'min-md',
@@ -150,7 +160,7 @@ const tasksDefinition = [
150160
},
151161
},
152162
{
153-
targets: 14,
163+
targets: 15,
154164
visible: true,
155165
title: builder.Locale.get('Assigned To'),
156166
className: 'min-md',
@@ -163,7 +173,7 @@ const tasksDefinition = [
163173
},
164174
},
165175
{
166-
targets: 15,
176+
targets: 16,
167177
visible: true,
168178
title: builder.Locale.get('Due'),
169179
className: 'min-md',

0 commit comments

Comments
 (0)