pluginsGLPI / genericobject

Genericobject object plugin
http://glpi-plugins.rtfd.io/en/latest/genericobject/index.html
GNU General Public License v3.0
54 stars 60 forks source link

Fix #176: Issue when trying to map fields for data injection #201

Closed pVesian closed 3 years ago

pVesian commented 6 years ago

Fix issue when injecting genericobjects with datainjection

pVesian commented 6 years ago

@cedric-anne Should I do a new PR on develop branch?

cedric-anne commented 6 years ago

Hi,

No, I changed target, so you do not have to do a new PR.

I just need to take time to review it.

Regards

pVesian commented 6 years ago

Ok. You'll notice I've commented the part about groups_id_tech because groups_id won't appear in the dropdown when groups_id_tech is present. I couldn't find a fix for it, maybe you will.

cedric-anne commented 6 years ago

I think linkfield is already handled for groups_id_tech in https://github.com/pluginsGLPI/genericobject/pull/201/files#diff-c7d2c155f00fc5787c51bca2ac6a2d18R809

cedric-anne commented 6 years ago

Hi,

Not sure, but I think that what you tried to do has been handled by #214.

Regards

cedric-anne commented 4 years ago

@pVesian

Did you see my last comment ?

Regards

cedric-anne commented 3 years ago

Hi,

I close this PR as no answer were given to my latest comments. Feel free to reopen it if you have time to work on it again.

Regards

abhishek-rajput-44 commented 2 years ago

Hi, I have installed glpi v10.00 on my local machine using XAMPP. Also installed latest plugin generic object management (version 2.12.1) to create new assets object and data / file injection (version 2.11.2) to import data by csv file for created new object. For example i have created new asset object called "Television" and i am using csv file with two columns "Name", "Location" to import data for the same. data is inserted but location field is not reflected in the list view.

Its not working. Can anyone help me to resolve this issue. Where do i have to make changes in file level to work this.