Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If you selected cancel during Publish, Export or Import, you could receive either multiple error messages or an incorrect success status message. The code was updated to resolve this issue. In these cases, you will now only receive one message, indicating that the action was canceled.
This issue was tracked as Item #128129.

...

If you clicked in either the blank area at the bottom of a XSLT General Params object or the top of the horizontal scrollbar, you could unintentionally drag a connection from the bottom row or get a multi select rectangle. The code was updated to resolve these issues.
This issue was tracked as Item #129493. 

...

In rare cases, when you clicked on a solution from the solution explorer tree you could get a remote server error and the solution would not open. The code was updated to resolve this issue. You should now be able to open any solution file from the solution tree.
This issue was tracked as Item #120171.

...

If you clicked Refresh under the existing tasks in the Solution Explorer, the bar indicating that the tasks are loading could remain displayed in an in-progress state. The code was updated to resolve this issue.
This issue was tracked as Item #124751.

...

Related to security resolution, the options list for AssetResolutionOption was updated to include the MATCH_ALL and FAIL_ON_UNMATCHED flags. In addition, there were also some minor UI adjustments around the grid cell editing controls and drop downs.
This issue was tracked as Item #129661.

...

When you created an XSLT translator from a template and chose the destination as EagleML GenericSMF , the 'Map full message ...' checkbox is not checked by default. The code was updated so that this checkbox is now selected by default always on all translators.
This issue was tracked as Item #129542. 

...

When creating an XSLT translator, if you did not populate all the required information (such as not entering a name or not selecting a specific EagleML model) and clicked Apply, nothing would happen. The screen would remain as it was prior and you would not receive any error messages. The code was improved to display an error message indicating that required information is missing.
This issue was tracked as Item #128556.

...

It was possible to save a XSLT Translate in some cases even if the expression was invalid. In these instances, you would not know there was an issue until the process actually ran. The code was updated to include additional validity checks, including that any if then structures are correct.
This issue was tracked as Item #129536.

...

If a XSLT Translate expression contained the "<" symbol, it would not compile correctly. The code was updated to address this issue.
This issue was tracked as Item #129538.