Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#1416 closed defect (fixed)

Base1PluginExecuter doesn't set the plug-in configuration description correctly

Reported by: Nicklas Nordborg Owned by: Nicklas Nordborg
Priority: trivial Milestone: BASE 2.14.1
Component: coreplugins Version:
Keywords: Cc:

Description

When a BASE 1 plug-in is configured with the help of a plug-in configuration file, Base1PluginExecuter reads the 'descr' fields from the file and sets the description property for the plug-in configuration. But the transaction is not committed so the database is not updated. The workaround is to manually set the description.

Change History (3)

comment:1 by Nicklas Nordborg, 14 years ago

Component: webcoreplugins
Owner: changed from everyone to Nicklas Nordborg
Status: newassigned

comment:2 by Nicklas Nordborg, 14 years ago

Resolution: fixed
Status: assignedclosed

(In [5160]) Fixes #1416: Base1PluginExecuter doesn't set the plug-in configuration description correctly

Also changed the web page to use niceFormat() instead of encodeTags()

comment:3 by Nicklas Nordborg, 14 years ago

(In [5181]) References #1416: Base1PluginExecuter doesn't set the plug-in configuration description correctly

Called DbControl.commit() in the wrong place, resulting in NullPointerException.

Note: See TracTickets for help on using tickets.