Skip to main content
Solved

Changed Custom action form size

  • February 3, 2025
  • 1 reply
  • 35 views

Forum|alt.badge.img+1

Today, the custom action form size on some of our custom actions changed? Wondering if anyone else has seen this change and if something was changed in the system to do this?

 

Also, I can’t remember how we set the size of those forms. I think it was in global css but if someone has the solution, please can you let me know so I can change them back to what we had before.

 

Thanks!

Best answer by JimM

there was a note in the recent release notes:
https://success.planview.com/Planview_AdaptiveWork/00_AdaptiveWork_Release_Notes/aaa2025_Release_Notes/2025.R02_(February_16%2C_2025)

Changes in Custom CSS

Widen the input forms for Custom Actions

In case you have been using Custom CSS to widen the input forms for Custom Actions, please note that the code that used to work until now:

/* CUSTOM ACTIONS POPUP / div.pop-container[data-id="confirmbox*"] { width:700px !important; left:50% !important; margin-left:-350px; }

needs to be replaced with the following code:

/* CUSTOM ACTIONS POPUP WIDTH / div.pop-container[data-id="ca-parameters*"] { width:700px !important; left:50% !important; margin-left:-350px; }

This topic has been closed for replies.

1 reply

Forum|alt.badge.img+2
  • Bronze Active Participant
  • Answer
  • February 26, 2025

there was a note in the recent release notes:
https://success.planview.com/Planview_AdaptiveWork/00_AdaptiveWork_Release_Notes/aaa2025_Release_Notes/2025.R02_(February_16%2C_2025)

Changes in Custom CSS

Widen the input forms for Custom Actions

In case you have been using Custom CSS to widen the input forms for Custom Actions, please note that the code that used to work until now:

/* CUSTOM ACTIONS POPUP / div.pop-container[data-id="confirmbox*"] { width:700px !important; left:50% !important; margin-left:-350px; }

needs to be replaced with the following code:

/* CUSTOM ACTIONS POPUP WIDTH / div.pop-container[data-id="ca-parameters*"] { width:700px !important; left:50% !important; margin-left:-350px; }