Unappealing search screen displayed after clicking on Add Relationship link in UI builder form
book
Article ID: KB0081260
calendar_today
Updated On:
Description
When a UI builder form is created for a repository with a relationship. The search screen is displayed with distorted field names after clicking on Add Relationship as below image.
Environment
OS: Windows, Linux
Resolution
Add the below javascript code in custominit.html file and place it in MQ_HOME\common\EnterpriseName\htmlprops folder
<script id="customInitId" language="JavaScript" type="text/javascript">
function customInit(){
jQuery("#criteriaFrame").load(function(){
jQuery("#criteriaFrame").contents().find('[class=cLeftTDA]').css("word-break","inherit");
});
}
</script>
Issue/Introduction
Search screen is displayed with distorted field names after clicking on Add Relationship link in UI builder form
Feedback
thumb_up
Yes
thumb_down
No