Skip to content

Commit

Permalink
CIVIZOOM-48 Zoom Registrant, Join URL field should be type Note and n…
Browse files Browse the repository at this point in the history
…ot Link for the field to be output as a plain URL when used as a Token
  • Loading branch information
agileware-justin committed Jul 28, 2021
1 parent b94baef commit eaf9ef1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2021-07-28</releaseDate>
<version>1.7.4</version>
<version>1.7.5</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.0</ver>
Expand Down
9 changes: 4 additions & 5 deletions xml/zoomzoom_registrant_install.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
</CustomField>
<CustomField>
<name>registrant_id</name>
<label>Registrant ID</label>
<label>Zoom Registrant ID</label>
<data_type>String</data_type>
<html_type>Text</html_type>
<is_required>0</is_required>
Expand All @@ -59,15 +59,14 @@
</CustomField>
<CustomField>
<name>join_url</name>
<label>Join URL</label>
<data_type>Link</data_type>
<html_type>Link</html_type>
<label>Zoom Registrant Join URL</label>
<data_type>Memo</data_type>
<html_type>TextArea</html_type>
<is_required>0</is_required>
<is_searchable>1</is_searchable>
<is_search_range>0</is_search_range>
<weight>2</weight>
<is_active>1</is_active>
<text_length>255</text_length>
<note_columns>60</note_columns>
<note_rows>4</note_rows>
<column_name>join_url</column_name>
Expand Down

0 comments on commit eaf9ef1

Please sign in to comment.