Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

add doc for https://github.com/mautic/mautic/pull/8196 #279

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

npracht
Copy link
Member

@npracht npracht commented Nov 9, 2021

closes #253

@fakela
Copy link
Member

fakela commented Nov 9, 2021

Looks great 👍, thank you @npracht I just left a small suggestion.

@fakela
Copy link
Member

fakela commented Nov 10, 2021

@RCheesley please review

Copy link
Member

@RCheesley RCheesley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey folks!

I know those link macros are not part of this PR but they are all invalid and will result in broken links.

Release links should be to the tag for the release:

https://github.com/mautic/mautic/releases/tag/number

Can we please fix it while we are here?

Also added a correction for capitalising the names of features in Mautic per the styleguide.

@@ -57,6 +57,8 @@ As of [Mautic 2.10.0][release-2.10.0] you are now able to match form fields with

As of [Mautic 2.2.0][release-2.2.0], for fields that include select lists (select, radio, checkboxes), options can be synced with the contact field itself. No more having to manually keep them in sync! If a custom field's list is updated, simply rebuild the form's HTML.

As of [Mautic 4.1.0][release-4.1.0], you can decide to skip saving the value if you already have a value for the contact or company field. This might help you avoid erasing an existing value you wouldn't like to lose.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
As of [Mautic 4.1.0][release-4.1.0], you can decide to skip saving the value if you already have a value for the contact or company field. This might help you avoid erasing an existing value you wouldn't like to lose.
As of [Mautic 4.1.0][release-4.1.0], you can decide to skip saving the value if you already have a value for the Contact or Company field. This might help you avoid erasing an existing value you wouldn't like to lose.

@@ -134,3 +136,4 @@ So, what happened is `{pagelink=1}` was converted into the landing page URL and
[release-2.3.0]: <../../../../index.php.com/mautic/mautic/releases/tag/2.3.0>
[release-2.10.0]: <../../../../index.php.com/mautic/mautic/releases/tag/2.10.0>
[release-2.15.0]: <../../../../index.php.com/mautic/mautic/releases/tag/2.15.0>
[release-4.1.0]: <../../../../index.php.com/mautic/mautic/releases/tag/4.1.0>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
[release-4.1.0]: <../../../../index.php.com/mautic/mautic/releases/tag/4.1.0>
[release-4.1.0]: <https://github.com/mautic/mautic/releases/tag/4.1.0>

@@ -134,3 +136,4 @@ So, what happened is `{pagelink=1}` was converted into the landing page URL and
[release-2.3.0]: <../../../../index.php.com/mautic/mautic/releases/tag/2.3.0>
[release-2.10.0]: <../../../../index.php.com/mautic/mautic/releases/tag/2.10.0>
[release-2.15.0]: <../../../../index.php.com/mautic/mautic/releases/tag/2.15.0>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
[release-2.15.0]: <../../../../index.php.com/mautic/mautic/releases/tag/2.15.0>
[release-2.15.0]: <https://github.com/mautic/mautic/releases/tag/2.15.0>

@@ -134,3 +136,4 @@ So, what happened is `{pagelink=1}` was converted into the landing page URL and
[release-2.3.0]: <../../../../index.php.com/mautic/mautic/releases/tag/2.3.0>
[release-2.10.0]: <../../../../index.php.com/mautic/mautic/releases/tag/2.10.0>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
[release-2.10.0]: <../../../../index.php.com/mautic/mautic/releases/tag/2.10.0>
[release-2.10.0]: <https://github.com/mautic/mautic/releases/tag/2.10.0>

@@ -134,3 +136,4 @@ So, what happened is `{pagelink=1}` was converted into the landing page URL and
[release-2.3.0]: <../../../../index.php.com/mautic/mautic/releases/tag/2.3.0>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
[release-2.3.0]: <../../../../index.php.com/mautic/mautic/releases/tag/2.3.0>
[release-2.3.0]: <https://github.com/mautic/mautic/releases/tag/2.3.0>

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Pending PR Merging Waiting for the related PR to be merged ready-to-commit
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add "If exist, not overwrite" feature to contact field mapping tab
3 participants