This question about Using an extension: Task filed

EDITTABLE in topic breaks CALC formatting in all tables

If I have a table on a topic with a CALC that counts up items in a column like this:
| *When* | *Who* |
| 02 Jan 2019 | Sally |
| 03 Jan 2019 | John |
| 07 Jan 2019 | Sally |
| *Totals* | %CALC{"$COUNTITEMS( R2:C$COLUMN()..R$ROW(-1):C$COLUMN() )"}% |

Then I get a table that looks like this:

When Who
02 Jan 2019 Sally
03 Jan 2019 John
07 Jan 2019 Sally
Totals John: 1
Sally: 2

If I then add another table somewhere in the topic that has an EDITTABLE tag, I get this instead:

When Who
02 Jan 2019 Sally
03 Jan 2019 John
07 Jan 2019 Sally
Totals John: 1%BR% Sally: 2

-- EdMcDonagh - 27 Feb 2019

I can confirm this is an error in EditRowPlugin. Could you please file a bug report here. Thank you.

Note that EditTablePlugin does not have this problem. So until this is fixed you might consider switching off EditRowPlugin and enabling EditTablePlugin again.

-- MichaelDaum - 28 Feb 2019

Thanks MichaelDaum. Item14825 added.

Rather than turning off EditRowPlugin, for now I am moving the totals out of the table, which is not as nice but at least executes the new lines!

I am not sure of the protocol - should I now close this question?

-- EdMcDonagh - 28 Feb 2019

I've switched it to "Tasked filed". We can close this question when the task will be closed.

-- MichaelDaum - 28 Feb 2019
 

QuestionForm edit

Subject Using an extension
Extension EditRowPlugin
Version Foswiki 2.1.6
Status Task filed
Related Topics
Topic revision: r4 - 28 Feb 2019, MichaelDaum
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy