Skip to content

Feature cfm150 autocomplete #167

merged 38 commits into from Mar 21, 2024
Merged

Feature cfm150 autocomplete #167

merged 38 commits into from Mar 21, 2024

Conversation

Ioannis
Copy link
Contributor

@Ioannis Ioannis commented Mar 8, 2024

No description provided.

@Ioannis Ioannis force-pushed the feature-cfm150-autocomplete branch 4 times, most recently from 505f226 to 365de7a Compare March 12, 2024 21:21
@Ioannis Ioannis force-pushed the feature-cfm150-autocomplete branch from 99fab63 to a18c993 Compare March 13, 2024 16:04
@@ -25,7 +25,7 @@
* @license Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
*/

$actionsCount = count($vv_actions);
$actionsCount = count($vv_actions) + (!empty($vv_people_picker) ? 1 : 0);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

try this

count($vv_actions) + (int)!empty($vv_people_picker);

instead

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great improvement - changed!

@arlen arlen merged commit 46e4df3 into develop Mar 21, 2024
@arlen arlen deleted the feature-cfm150-autocomplete branch March 21, 2024 20:23
Sign in to join this conversation on GitHub.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants