ericferon / glpi-archisw

GLPI plugin for application inventory
GNU General Public License v2.0
8 stars 5 forks source link

Link with application web plugin : bug ? #30

Closed EC2311 closed 5 years ago

EC2311 commented 5 years ago

Hello

In an web application plugin, we can mak a link to structured application either with "attached item" (where we can see 2 items) either "structured application" where nothing appears. image

but as you can see, web application is linked to structured application image

but nothing appear in the 'structured application (second choice, in the 1st picture) : why ? What is the difference between twice ?

ericferon commented 5 years ago

For each "class" of items (f.i archisw, webapplication, database, dataflow, ...), there is a table (in the GLPI database) with associated elements. You can see all the associated elements, whatever their type, in the tab "Associated Items" (f.i all "webapplications" associated with an "archisw" item). The other way round, you can see in the detailed form of an associated item (f.i a webapplication), all the tabs of items to which it has been associated (f.i the "archisw" item). Of course, you can do the same in the "webapplication" (i.e link to "archisw"), but in this case the link is stored in the "webapplication" table. In summary, you have to choose which is your master, where you want to see mainly the links. Best regards,