Content Management and Capture

Content Management and Capture

Come for answers. Stay for best practices. All we’re missing is you.

 View Only
  • 1.  Upgrade to 3.0.10

    Posted Fri July 23, 2021 09:30 PM

    We have lot of customization to the UI and after the upgrade 3.0.10 version the UI is broken. Can you please let me know if it is possible to bring the old layout without downgrade to 3.0.6.



    #IBMContentNavigator(ICN)
    #Support
    #SupportMigration


  • 2.  RE: Upgrade to 3.0.10

    Posted Mon July 26, 2021 05:48 AM

    Hi,

    There were a lot of changes on UI between the two versions. If the custom code highly depends on the widgets and functions, it may not work after upgrade. You may use developer tools of the browser to diagnose the problem and enhance the code.



    #IBMContentNavigator(ICN)
    #Support
    #SupportMigration


  • 3.  RE: Upgrade to 3.0.10

    Posted Fri August 06, 2021 02:26 AM

    Hi,

    Any changes made to the Content List widget after 3.0.7. We have customized to increase the width of each columns dynamically as the number of columns in the grid are dynamic in our case. This logic is broken after the upgrade. can you suggest best approach to increase the column width of the grid dynamically. please note each column will have different width based on our configuration. please suggest.

    Thanks,

    Mohan Chandran



    #IBMContentNavigator(ICN)
    #Support
    #SupportMigration


  • 4.  RE: Upgrade to 3.0.10

    Posted Wed August 11, 2021 07:55 AM

    Hi Mohan,

    Starting ICN 3.0.10, the column widths in content lists are automatically adjusted to fit the viewing page. See https://www.ibm.com/docs/en/content-navigator/3.0.x?topic=navigator-whats-new-users-in-content-3010, https://www.ibm.com/docs/en/content-navigator/3.0.x?topic=navigator-tips-working-in-content .



    #IBMContentNavigator(ICN)
    #Support
    #SupportMigration


  • 5.  RE: Upgrade to 3.0.10

    Posted Thu August 12, 2021 01:26 PM

    HI Angie,

    Is it possible to disable this automatic adjust feature or increase the width of the content list?



    #IBMContentNavigator(ICN)
    #Support
    #SupportMigration


  • 6.  RE: Upgrade to 3.0.10

    Posted Thu August 12, 2021 02:06 PM

    I see there is a method _adjustColumnWidths in ContentList.js which is causing the auto adjustment of the columns. In our case, this method is making all the columns in the grid to look really small width



    #IBMContentNavigator(ICN)
    #Support
    #SupportMigration