intersystems / intersystems/isc-rest

Phonebook sample won't load on modern IPM

Open
#35 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
ObjectScript
Stars
5
Forks
5
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.