Changes for page 224 - Summer Sonata

Last modified by Danniar Firdausy on 2024/07/04 10:01

From version 578.1
edited by Danniar Firdausy
on 2024/07/02 13:26
Change comment: There is no comment for this version
To version 579.1
edited by Danniar Firdausy
on 2024/07/02 13:29
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -21,17 +21,23 @@
21 21  
22 22  [[image:Main.Images.Release Blog.WebHome@release-224-selectable-cursor-for-tags.png]]
23 23  
24 +//__Adding attributes for a message definition__//
25 +We fixed an issue where your selected attributes were lost when navigating between paginations while adding more attributes to the entity in the pop-up shown when you press the 'Add Attribute' button on the right panel of your System Message, CDM, API Data Model, or Event Streaming Data Model.
26 +
24 24  //__Improved text in Design architecture__//
25 25  We fixed some spelling mistakes in the steps to be executed within the pop-up page when applying to environment in Design architecture.
26 -
29 +
27 27  //__Property value page__//
28 28  Pop-up pages with non-editable input fields containing long text are now displaying the entire content without any text being cut off at the edge of the page.
29 29  
30 30  [[image:Main.Images.Release Blog.WebHome@release-224-pop-ups-wrapped-property-values.png]]
31 31  
32 -//__Adding attributes for a message definition__//
33 -We fixed an issue where your selected attributes were lost when navigating between paginations while adding more attributes to the entity in the pop-up shown when you press the 'Add Attribute' button on the right panel of your System Message, CDM, API Data Model, or Event Streaming Data Model.
35 +//__Password property__//
36 +In the Flow designer within the Create phase, copying password properties now copies the actual password value instead of the encoded value.
34 34  
38 +//__Enumeration values__//
39 +When editing a message definition (i.e., a System Message, CDM, API Data Model, or Event Streaming Data Model) in the Flow designer within the Create phase, users can add enumeration values for attributes with an Enumeration data type. In this release, we’ve added a "Save and Add New" button to streamline the process of adding multiple enumeration values.
40 +
35 35  //__Helptext for HTTP methods__//
36 36  We improved the help text for the HTTP method field in the HTTP outbound gateway and HTTP outbound channel adapter flow components to provide clearer descriptions for different HTTP methods. Additionally, we implemented a validation for these components to prevent selecting the HTTP method 'PATCH' if an Apache HttpComponents REST template is not provided.
37 37  
... ... @@ -38,9 +38,6 @@
38 38  //__External links__//
39 39  Clicking links to external documentation in the eMagiz portal is now configured to always open the links in a new tab, rather than replacing your current tab.
40 40  
41 -//__Enumeration values__//
42 -When editing a message definition (i.e., a System Message, CDM, API Data Model, or Event Streaming Data Model) in the Create phase, users can add enumeration values for attributes with an Enumeration data type. In this release, we’ve added a "Save and Add New" button to streamline the process of adding multiple enumeration values.
43 -
44 44  //__Debugging Shortcut__//
45 45  Debugging a flow typically requires users to activate debug on a specific flow in Deploy → Containers, then navigate to Manage → Explore → Queue Browser and manually type in emagiz.debug. In this release, we have added a shortcut button that opens the Queue Browser page directly in the pop-up page right after activating debugging.
46 46  
... ... @@ -56,9 +56,6 @@
56 56  
57 57  [[image:Main.Images.Release Blog.WebHome@release-224-test-message-debug-title-description.png]]
58 58  
59 -//__Password property__//
60 -In the Flow designer within the Create phase, copying password properties now copies the actual password value instead of the encoded value.
61 -
62 62  == **Bug Fixes** ==
63 63  
64 64  //__Event Processor Keystore and Trustore__//