IDEMPIERE-4915 Improvements to Preference Popup / fix NPE (#902)
This commit is contained in:
parent
338fecb344
commit
bf09581e12
|
@ -176,6 +176,8 @@ public class WPreference extends WQuickEntry implements EventListener<Event>, Va
|
||||||
} //init
|
} //init
|
||||||
|
|
||||||
private void moveMigrationScriptComment() {
|
private void moveMigrationScriptComment() {
|
||||||
|
if (logMigrationScript == null)
|
||||||
|
return;
|
||||||
WEditor commentEditor = null;
|
WEditor commentEditor = null;
|
||||||
for (WEditor editor : quickEditors) {
|
for (WEditor editor : quickEditors) {
|
||||||
if (I_AD_UserPreference.COLUMNNAME_MigrationScriptComment.equals(editor.getColumnName())) {
|
if (I_AD_UserPreference.COLUMNNAME_MigrationScriptComment.equals(editor.getColumnName())) {
|
||||||
|
|
Loading…
Reference in New Issue