pluginsGLPI / formcreator

GLPI Plugin Formcreator (DOWNLOAD : https://github.com/pluginsGLPI/formcreator/releases)
http://www.teclib-edition.com
GNU General Public License v3.0
174 stars 125 forks source link

[2.13.8] : Cluster Object no more visible in glpi object ? #3467

Closed EC2311 closed 8 months ago

EC2311 commented 8 months ago

Hello

It's not possible to choose cluster object in 2.12.4 : cluster is seen in the glpi object selector -> I added the cluster type in glpiselectfield class and change type either

in 2.13.8 : cluster type is not in the list and change neither -> normal

but it would be good to add cluster type too

in question.class.php line 1236 add : Cluster::class => Cluster::getTypeName(2),

btry commented 8 months ago

Hi

As there will not be any new release of the plugin, just apply your patch on 2.13.8. I'll commit the change in the branch support/2.13.0 but I don't expect to release it.

https://github.com/pluginsGLPI/formcreator/commit/e72e2603ce447181a653707061813b24a342f235

EC2311 commented 8 months ago

just a comment : what do you mean by 'any new release' ? this plugin will be included in GLPI ?

btry commented 8 months ago

GLPI will implement forms in the next version. This is why no new feature will be added in this plugin and (except major problem) no new release of Formcreator will be published.