Mercurial > p > roundup > code
comparison doc/customizing.txt @ 6159:cff2022364fc
Fix missing comma in rev_multilink doc example.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Fri, 08 May 2020 23:32:16 -0400 |
| parents | 7cecf56b5bd4 |
| children | 9619d64c0351 |
comparison
equal
deleted
inserted
replaced
| 6158:7cecf56b5bd4 | 6159:cff2022364fc |
|---|---|
| 743 declared the class as:: | 743 declared the class as:: |
| 744 | 744 |
| 745 issue = IssueClass(db, "issue", | 745 issue = IssueClass(db, "issue", |
| 746 ... | 746 ... |
| 747 part_of = Link("issue"), | 747 part_of = Link("issue"), |
| 748 components = Multilink("issue") | 748 components = Multilink("issue"), |
| 749 ... ) | 749 ... ) |
| 750 | 750 |
| 751 Then wrote a detector to update the components property on the | 751 Then wrote a detector to update the components property on the |
| 752 corresponding issue. Writing this detector can be tricky. There is | 752 corresponding issue. Writing this detector can be tricky. There is |
| 753 one other difference, you can not explicitly set/modify the | 753 one other difference, you can not explicitly set/modify the |
