ORN:V13.1
Revision as of 12:54, 24 August 2021 by Gkine (talk | contribs) (→New and Noteworthy in TD/OMS V13.1.0 Release)
New and Noteworthy in TD/OMS V13.1.0 Release
I01195 - Add selected + related to build queue | When an object is added to the build queue, also the related objects in the task are automatically added. For example, if you add a module to the build queue then the related programs and service programs are also automatically added to the build queue. You can set this option in the user interface preferences. This is on by default.
|
---|
I01818 - View GUI issues connected to the Task | In the Green Screen, option 32 can be used in the Fix Maintenance function to see the connected issues.
|
---|
T00319 - Edit Message | Messages can now be edited through the "Open with" menu (or double-clicking on them).
|
---|
GUI issues/enhancements resolved
- 01492 - Source Member Type Not Retained in Module Source Member
- The generation of Rest server and client now retains the source type on re-generation. Changing RPGLE into SQLRPGLE is retained. Also, the base source type can be set in the options file.
- 01417 - Remote job monitor shows many jobs when a task is selected.
- The remote job monitor would show many not-related remote transfers for a task. This would happen when the task was new and had never been transferred by promotion or checkout.
- 01510 - NullPointerException when adding item to build queue
- Fixed a bug when a solution is saved on a MiWorkplace editor and it fails to be added to the build queue when the build queue view is not present yet or it is but its not the active view.
- I01902 - Context menu options on terminated component
- The direct connect, connect, connect with rules, copy an object, delete an object, delete object relation, fill object file and reload actions won't be available anymore when the 'Show deleted components' filter is active on the components view.
- I01907 - Copy object doesn't prefill correct info
- The wrong information was used when a copy object was done from an object in the using folder in the components view.
- I01908 - Git reverted files related issues
- Reverted files won't be added to the build queue and they will have their native solutions as well disconnected from the task (not only the IFS) when they are pushed to TD/OMS.
- I01910 - Dragging a detail from the details view to a task doesn't work
- Fixed a bug where dragging a detail from the details view to a task to connect it didn't work. Now also many objects can be dragged and dropped to a task).
- I01917 - Showing Build queue issue
- Fixed a bug where the build queue would appear on the foreground as the active view when a file is saved in an editor when in the preferences was set not to. This bug happened only when the build queue was not open when the save occurred. Also fixed a bug when a solution would be added to the build queue when its saved in a MiWorkplace editor when its preference was set not to.
- I01918 - NPE's found in context menu
- Fixed the NPE exceptions that were happening in the user option and compare with context menus because the entities in the selection don't have an application code.
- I01922 - Git interface error when adding a task to the build queue
- Fixed a bug where the precompile actions were running on all the selected solutions and not on the compilable ones only.
- I01923 - Disconnect Solution and Transfer does not close MIW editors
- Fixed a bug where the solutions editors in MiWorkplace would stay open when transferring or disconnecting those solutions.
- I01927 - Versioning of the SAVF is not working correctly
- Fixed the bug to make sure that the nightly version process correctly.
- I01924 - NPE when saving MIW source
- Fixed a bug when saving a MiWorkplace editor and a Null Pointer Exception was thrown when trying to add the file to the build queue.
- I01928 - The 'Add selection to the queue' button on the build queue doesn't run the precompile actions
- Fixed a bug where the 'Add selection to the queue' button (the green plus on the top right) of the build queue view didn't consider to run any precompile actions for the affected solutions before adding them to the queue.
- I01931 - Checkout deploys to all sub-environments
- Fixed a bug where solutions where transferred to all subenvironments of *PATH when they also had the path of the task.
SERVER issues/enhancements resolved
- 01495 - SAVLOGOMS gets duplicate record error
- A possible duplicate record situation was resolved
- 01507 - SNDGUIDOMS stops with message OMQ5012
- The command to send a GUI message to the client was failing. This has been fixed.
- I01833 - German REGEX in connection rules does not work correctly
- Changed the logic to make sure that variant characters should not be converted for different CCSID.
- I01904 - Connections rule continuation does not work as expected
- For few scenarios (PF -> LF -> PGM ->DSPF), there is a "PHYSICAL" rule that does not give the DSPF of programs in the connection list.
- I01905 - Transfer job fails if the interactive library is removed
- Fixed the issue that TD/OMS job starts looping because the job library was removed.
- I01911 - Issue in STROM for IFS object.
- Fixed the issue that when we choose to Merge rel. applications -> 1 in Subset Object List then IFS objects having the same name but belongs to different sub-directories are not being shown all.
- I01913 - Rest API generation issue for multiple paths
- We have multiple paths and methods. Once we generated the rest service and add our business logic. Later if we add a new method in one of the existing paths and again generate the rest service then due to the new method member name mapping is mismatched. This has been fixed.
- I01915 - Rest API generation issue
- Generate module source member name and prototype source member name should not be the same. Added suffix "D" in a prototype source member. Used '*LIBL' instead of object library name while compiling the binding directory.
- I20 - API definitions cannot be generated
- Inline array schema defined for request body and responses are not generated correctly. This has been fixed.
- I01906 - Filtering in object file is too slow
- When the application has huge data then filtering perform very slow in the STROM command. Filter logic has changed Now by default Boolean operator -"AND" will work.
All the words should be matched. For example, you have put "*PRD *FILE". Either one of the search words matches with any of the above-defined fields would be shown. "OR" is mandatory to put first in the filter. For example, you have put "OR SQL *PRD DEMO F0240". Previously, "AND" was mandatory to put first in the filter. For example "AND *FILE PF OMFTH" Only those records would be shown which have all three fields in either of the fields. "*FILE PF OMFTH" all the records would be shown which contains either one of the search words.
- I01885 - Error in log after switching component filters
- When switching filters, errors appeared in the logs.
- I01921 - Folders do not appear first
- IFS objects now appear before native solutions in the task
- I01919 - Enter does not return in STROM when a filter is filled
- If the filter is set and enter is pressed for the second time then the program should return (nothing has changed on the screen so we step one screen back).
- I01925 - Rest API Issue while parsing the variables from the path parameter
- When we have a path like "/batches/{id}/myName/{name}/{number}/Myaddress/{address}". Our generated member doesn't parse correctly these variables from the path parameter. This has been fixed.
LANSA issues/enhancements resolved
- 01397 - Lansa export not complete
- When promoting a Lansa Server Module the compiled object of type *SVRPGM was not included in the Lansa export. This has been fixed in LANSA patch M04 for LANSA versions V13 and higher.