Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#210 closed defect (fixed)

HelpText has a unique constraint on externalId property

Reported by: Nicklas Nordborg Owned by: Nicklas Nordborg
Priority: minor Milestone: BASE 2.0 RC2
Component: core Version:
Keywords: Cc:

Description

The externalId should only be unique within the client application owning the help texts. It should be easy enough to fix by removing the unique="true" for the HelpText?.getExternalId() method. However, this doesn't remove the constraint from existing databases. This has to be solved by some update scripts.

Change History (3)

comment:1 Changed 17 years ago by Nicklas Nordborg

Status: newassigned

comment:2 Changed 17 years ago by Nicklas Nordborg

Resolution: fixed
Status: assignedclosed

(In [2212]) Fixes #210: HelpText? has a unique constraint on externalId property

comment:3 Changed 17 years ago by Nicklas Nordborg

Milestone: BASE 2.0BASE 2.0 RC2
Note: See TracTickets for help on using tickets.