Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix multi input workflow for text type #29820

Merged
merged 3 commits into from
Jun 3, 2024

Conversation

Hystepik
Copy link
Contributor

@Hystepik Hystepik commented Jun 3, 2024

Fix workflow of multi input for text type to be a simple javascript component

@eldy eldy merged commit c5df307 into Dolibarr:develop Jun 3, 2024
6 of 7 checks passed
@@ -7329,15 +7329,6 @@ public function showInputField($val, $key, $value, $moreparam = '', $keysuffix =
// Special case that prevent to force $type to have multiple input
if (empty($this->fields[$key]['multiinput'])) {
Copy link
Member

Choose a reason for hiding this comment

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

@Hystepik
Do we still need this test on $this->fields[$key]['multiinput'] ?

@Hystepik Hystepik deleted the fix-multi-select-input branch June 4, 2024 09:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants