Opened 12 years ago
Closed 12 years ago
#2198 closed defect (fixed)
ApplySchema does not take in class/schema deletions
Reported by: | jng | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | General | Version: | 2.4.0 |
Severity: | blocker | Keywords: | |
Cc: | External ID: |
Description
If you mark a schema or class definition as deleted and apply the changes through MgFeatureService::ApplySchema, the deletions do not occur.
The problem is that for MgClassDefinition and MgFeatureSchema, the deletion flag is not persisted in the serialization/deserialization when it travels from the Web Tier to the Server Tier.
This is why the server-only unit test for ApplySchema passes, but the attached PHP equivalent test fails.
Attachments (4)
Change History (5)
by , 12 years ago
Attachment: | applyschematest.php added |
---|
by , 12 years ago
by , 12 years ago
Attachment: | Empty.FeatureSource added |
---|
Note:
See TracTickets
for help on using tickets.
PHP test