Skip to content

Commit

Permalink
Merge pull request #23878 from herbdool/issue-3691
Browse files Browse the repository at this point in the history
dev/core#3691: better description of activity table columns
  • Loading branch information
demeritcowboy authored Jun 25, 2022
2 parents 1b1112f + d7455b4 commit 6197502
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xml/schema/Activity/Activity.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<name>source_record_id</name>
<type>int unsigned</type>
<title>Source Record</title>
<comment>Artificial FK to original transaction (e.g. contribution) IF it is not an Activity. Table can be figured out through activity_type_id, and further through component registry.</comment>
<comment>Artificial FK to original transaction (e.g. contribution) IF it is not an Activity. Entity table is discovered by filtering by the appropriate activity_type_id.</comment>
<readonly>true</readonly>
<add>2.0</add>
</field>
Expand Down Expand Up @@ -217,7 +217,7 @@
<name>parent_id</name>
<title>Parent Activity ID</title>
<type>int unsigned</type>
<comment>Parent meeting ID (if this is a follow-up item). This is not currently implemented</comment>
<comment>Parent meeting ID (if this is a follow-up item).</comment>
<readonly>true</readonly>
<html>
<label>Parent Activity</label>
Expand Down

0 comments on commit 6197502

Please sign in to comment.