#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 , 15 years ago
Component: | web → coreplugins |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 by , 15 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.
(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()