Commit 0ed3d3d6 authored by Jérome Perrin's avatar Jérome Perrin

fixup! erp5_system_event: Add follow_up_title to 'More Columns' of System Event Module listbox

The term (used for example on HTTPExchange_view/my_follow_up_title ) is
"Follow-up". This will fix testNamingConventions failure.
parent a953f2c6
......@@ -80,7 +80,7 @@
<list>
<tuple>
<string>follow_up_title</string>
<string>Follow Up</string>
<string>Follow-up</string>
</tuple>
<tuple>
<string>creation_date</string>
......
  • @jerome , is it because we consider the word is 'follow-up' and not 'follow up'? So convention for title should end up to Follow-up?

  • I think so, but honestly for that change I just use the same spelling of existing fields ( HTTPExchange_view/my_follow_up_title ).

    when I search for follow up on dictionaries, I get suggested follow-up instead

    image

    image

    I just noticed that on portal_categories/follow_up it is "Follow Up", that looks incorrect.

  • Agreed, it makes sense. Thanks for fixing and notifying!

Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment