spiderly 19.8.11 → 19.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -204,6 +204,8 @@ public class Role : BusinessObject<long>
|
|
|
204
204
|
|
|
205
205
|
Keep `[M2M]` and `[SpiderlyEntity]` on the junction and add additional properties beside the two `[M2MWithMany]` navigations. Use `[ComplexManyToManyList]` on the parent collection for editable junction UI, or `[ComplexManyToManyReadonlyTable]` for read-only display.
|
|
206
206
|
|
|
207
|
+
The generated `[ComplexManyToManyList]` form shows one row per other-side entity; rows whose additional columns are all blank mean "no junction record" — they are skipped on save, and blanking an existing row's columns deletes that record.
|
|
208
|
+
|
|
207
209
|
### Ordered One-to-Many
|
|
208
210
|
|
|
209
211
|
```csharp
|