Skip to content

Commit

Permalink
Item2081: EditTablePlugin shows debug alert when deleting a row
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/branches/Release01x00@4950 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
KennethLavrsen authored and KennethLavrsen committed Sep 16, 2009
1 parent dd564e8 commit 36e76ce
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions EditTablePlugin/data/System/EditTablePlugin.txt
Expand Up @@ -196,6 +196,7 @@ Test if the Plugin is correctly installed:
| Version: | %$VERSION% |
| Release: | %$RELEASE% |
| Change History: | <!-- specify latest version first -->&nbsp; |
| 16 Sep 2009: | 4.33: Kenneth Lavrsen: Removed debug alert when deleting rows |
| 13 Sep 2009: | 4.32: Arthur Clemens: Fix possible sorting issue on edit screen when no TABLE tag is present. |
| 02 Sep 2009: | 4.31: Kenneth Lavrsen: Disabled the display of SpreadSheetPlugin "CALC" in headers and footers as this caused the string CALC to be saved instead of the real formular. |
| 14 Jun 2009: | 4.30: Arthur Clemens: Major code refactoring to let !EditTablePlugin work together with !SpreadSheetPlugin. |
Expand Down
2 changes: 1 addition & 1 deletion EditTablePlugin/lib/Foswiki/Plugins/EditTablePlugin.pm
Expand Up @@ -26,7 +26,7 @@ our $VERSION = '$Rev$';

# Please note that the second is now two digit.
# Someone increased 4.22 to 4.3 which is not correct.
our $RELEASE = '4.32';
our $RELEASE = '4.33';

our $pluginName = 'EditTablePlugin';
our $ENCODE_START = '--EditTableEncodeStart--';
Expand Down
2 changes: 1 addition & 1 deletion EditTablePlugin/pub/System/EditTablePlugin/edittable.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Expand Up @@ -686,7 +686,6 @@ function updateTableChangesList(inTable, inDidMoveChange) {
if (inDidMoveChange) return; // this is a hack actually; the code below _should_ be able to handle move changes. but since we really don't need to pass a change, this would also be vain effort

var changesList = getChangesListValues(inTable.initChangesList, inTable.revidx, inTable.headerRows, inTable.footerRows);
console.debug("changesList F=" + changesList);

// make string
// first add keys and make one-index based
Expand Down

0 comments on commit 36e76ce

Please sign in to comment.