Skip to content

Commit

Permalink
2.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-anne committed Jun 15, 2022
1 parent d5932df commit a2d5d63
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions genericobject.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
<author>Walid Nouh</author>
</authors>
<versions>
<version>
<num>2.12.1</num>
<compatibility>~10.0.0</compatibility>
<download_url>https://github.com/pluginsGLPI/genericobject/releases/download/2.12.1/glpi-genericobject-2.12.1.tar.bz2</download_url>
</version>
<version>
<num>2.12.0</num>
<compatibility>~10.0.0</compatibility>
Expand Down
2 changes: 1 addition & 1 deletion setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* -------------------------------------------------------------------------
*/

define ('PLUGIN_GENERICOBJECT_VERSION', '2.12.0');
define ('PLUGIN_GENERICOBJECT_VERSION', '2.12.1');

// Minimal GLPI version, inclusive
define("PLUGIN_GENERICOBJECT_MIN_GLPI", "10.0.0");
Expand Down

1 comment on commit a2d5d63

@abhishek-rajput-44
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.
Can you help me to resolve this issue. Where do i have to make changes in file level to work this.

Please sign in to comment.