Skip to content

Phonebook sample won't load on modern IPM #35

@isc-tleavitt

Description

@isc-tleavitt

https://github.com/intersystems/ipm/blob/v0.7.x/src/%25ZPM/AbstractInstaller.cls was removed in IPM 0.9.x; need to update the installer for the phonebook sample with at least:

ClassMethod OnInstallComponent(pDatabase As %String, pVerbose As %Boolean = 0, pDevMode As %Boolean = 0, pIsUpgrade As %Boolean = 0) As %Status
{
	Quit $$$OK
}

And remove the superclass. Should also review uninstall behavior and make sure it's OK too.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions