Forum Discussion

henry_yc's avatar
henry_yc
Ideator I
8 months ago

Revision List Pop-Up Box Too Small

Hello,

I've created an item type that is versionable. When viewing the revisions list on the item, however, the pop-up box that appears is very small and you need to scroll horizontally to view all the fields. Is there a way to make it bigger?

Version 11 SP9

Thanks!

3 Replies

  • Adorable! Was ist always like this? Does the dialog has the same useful size for other versionable Items like "Parts" or "Methods"?

    As far as I remember the dialog width is calculated dynamically based on the properties in revisionDialog.html. 

    • henry_yc's avatar
      henry_yc
      Ideator I

      Haha it is a bit cute. It was always like this. The dialog box is bigger (more wide) for other versionable items like Methods. It only seems to be narrow for ItemTypes that I have created.

      I have looked at revisionDialog.html, but not sure what I need to do in there (if anything).

      • AngelaIp's avatar
        AngelaIp
        Ideator I

        The code contains a xpath variable which specifies what is shown in the dialog. You can add a custom one dependent from the ItemType. 

        Is your custom itemtype finished already? Do you have created all necessary fields? The dialog should become larger if you unhide more fields in the grid. And try to specify some field default widths too.