File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ Unreleased]
99
10+ - Fix form ` path ` for ` tab ` ` container `
11+
1012## [ 1.23.1] - 2025-11-20
1113
1214- Fix ` add ` operations when a linked object already exists before the plugin container fields are created.
Original file line number Diff line number Diff line change 3333 <div class =" row flex-row" >
3434
3535 {% if canedit %}
36- <form method =' POST' class =' mt-5' action =' /plugins/fields/front/container.form.php' >
36+ <form method =' POST' class =' mt-5' action =' {{ path( " /plugins/fields/front/container.form.php" ) }} ' >
3737 <input type =" hidden" name =" plugin_fields_containers_id" value =" {{ c_id }}" >
3838 <input type =" hidden" name =" items_id" value =" {{ item.getID () }}" >
3939 <input type =" hidden" name =" itemtype" value =" {{ item.getType () }}" >
Original file line number Diff line number Diff line change 3030
3131namespace GlpiPlugin \Field \Tests ;
3232
33- use DbTestCase ;
3433use Glpi \Controller \Form \RendererController ;
3534use Glpi \Form \Form ;
35+ use Glpi \Tests \DbTestCase ;
3636use Glpi \Tests \FormTesterTrait ;
3737use PluginFieldsContainer ;
3838use PluginFieldsField ;
Original file line number Diff line number Diff line change 3636use Glpi \Form \Destination \FormDestinationProblem ;
3737use Glpi \Form \Form ;
3838use Glpi \Form \QuestionType \QuestionTypeShortText ;
39+ use Glpi \Tests \AbstractDestinationFieldTest ;
3940use Glpi \Tests \FormBuilder ;
4041use Glpi \Tests \FormTesterTrait ;
4142use GlpiPlugin \Field \Tests \FieldTestTrait ;
4647use PluginFieldsDestinationField ;
4748use PluginFieldsQuestionType ;
4849use Problem ;
49- use tests \units \Glpi \Form \Destination \CommonITILField \AbstractDestinationFieldTest ;
5050use Ticket ;
5151use User ;
5252
You can’t perform that action at this time.
0 commit comments