ipm icon indicating copy to clipboard operation
ipm copied to clipboard

make global resources less complex

Open evshvarov opened this issue 4 years ago • 1 comments
trafficstars

Now if you want to include the global X in resources you need: place the file in: /src/gbl/X.XML

and add the resource: <Resource Name="X.GBL" />

Ideally to have the option to describe globals as XML too, like: <Resource Name="X.XML" /> because it's not clear why the resource is GBL and the file is XML. or support the GBL extension.

evshvarov avatar Jun 10 '21 06:06 evshvarov

The intended workflow around this needs better documentation.

isc-tleavitt avatar Mar 15 '24 17:03 isc-tleavitt

Added example in documentation here: https://github.com/intersystems/ipm/wiki/03.-IPM-Manifest-(Module.xml)#globals-resource-example

isc-dchui avatar Jun 12 '24 13:06 isc-dchui