-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix(Container): deactivate domtab that no longer works and stop offer… #741
Fix(Container): deactivate domtab that no longer works and stop offer… #741
Conversation
Hello, If i understand, now its not possible to add a field on solution ? Like this ? A solution have been created : #612 Can you explain your branch and your code ? What is the solution to use a field before send solution ? Thanks ! |
For the Solution, it is now possible to add a block on ITILSolution, only for the "Insertion in the form (before save button)" type. |
Okay its not a good solution, it will be better to add field directely on solution reply.. So shame... |
Solution approval is not the same object (in the php sense) as Solution It is not possible to add a field here The purpose of this PR is simply to restore GLPI 9.5 behavior. |
Since GLPI 10
Ticket
Solution
tab no longer existProblem
Solution
tab no longer existChange
Analysis
/Solution
/Plans
no longer existSo, deactivate related
container
(with typeInsertion in the form of a specific tab (before save button)
) and remove the ability to create containers on these tabs (tabs onEntity
are maintained as they are still functional))Release note should mention this :
Adding a container (with type
Insertion in the form of a specific tab (before save button)
) to the following tabs is no longer possible (as it no longer works since version 10)All related container have been deactivated
For the
Solution
, it is now possible to add a block on ITILSolution, only for the "Insertion in the form (before save button)" type.IMPORTANT
no migration proposed from the old type to the new one,
as it hasn't worked for a while, I don't suppose anyone has added a block
and required lot of work
Fix :
#737
#407
#599
#456