mantisbt:customizing_relationships
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| mantisbt:customizing_relationships [2008/10/29 04:25] – (old revision restored) 127.0.0.1 | mantisbt:customizing_relationships [2018/09/07 02:47] (current) – Correct folder for Mantis >= 1.3.x, remove PHP closing tags from code atrol | ||
|---|---|---|---|
| Line 12: | Line 12: | ||
| ==== Define Constants ==== | ==== Define Constants ==== | ||
| - | Create | + | Create |
| <code php> | <code php> | ||
| Line 18: | Line 18: | ||
| define( ' | define( ' | ||
| define( ' | define( ' | ||
| - | ?> | ||
| </ | </ | ||
| ==== Define Relationship Metadata ==== | ==== Define Relationship Metadata ==== | ||
| - | Create custom_relationships_inc.php in Mantis | + | Create custom_relationships_inc.php in Mantis |
| <code php> | <code php> | ||
| Line 44: | Line 43: | ||
| '# | '# | ||
| ); | ); | ||
| - | ?> | ||
| </ | </ | ||
| Line 57: | Line 55: | ||
| ==== Define Custom Strings ==== | ==== Define Custom Strings ==== | ||
| - | Create custom_strings_inc.php in Mantis | + | Create custom_strings_inc.php in Mantis |
| <code php> | <code php> | ||
| Line 68: | Line 66: | ||
| $s_email_notification_title_for_action_originates_from_relationship_added = ' | $s_email_notification_title_for_action_originates_from_relationship_added = ' | ||
| $s_email_notification_title_for_action_originates_from_relationship_deleted = ' | $s_email_notification_title_for_action_originates_from_relationship_deleted = ' | ||
| - | ?> | ||
| </ | </ | ||
| + | |||
| + | ===== Problems ===== | ||
| + | |||
| + | The legend below the graphs does not contain customized relationships (see issue [[http:// | ||
| ===== Acknowledgement ===== | ===== Acknowledgement ===== | ||
| This feature was contributed by kratib ([[http:// | This feature was contributed by kratib ([[http:// | ||
mantisbt/customizing_relationships.1225268721.txt.gz · Last modified: (external edit)
