mendix / CommunityCommons

This module adds a number reusable Java methods to your project, which can be called from Microflows or custom Java actions.
Apache License 2.0
13 stars 57 forks source link

feat: Added UniqueList and ListStringJoiner Java Actions with Error Handling #146

Closed sharadsums closed 1 month ago

sharadsums commented 1 month ago

Pull Request Type Added non breaking changes Description This adds two java action 1.UniqueList- This Java action takes Primary ID member name and based on which it returns unique list. 2.ListStringJoiner-This Java action takes a list of strings and a separator as input and returns a single string with the list elements joined by the specified separator.

atennapel commented 1 month ago

Hello @sharadsums we are currently not accepting new functionality for this module.

jdiehl commented 1 month ago

Hey @sharadsums, thanks for your efforts to make CommunityCommons better. As explained by @atennapel, we currently cannot accept contributions that extend the functionality of this module. However, we encourage you to publish and maintain your own module on the Mendix marketplace with this new functionality instead!