Peer review [3015917] - Errors for processes run from included tab should be shown.
minor - just regenerate the serialVersionUID Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3015917
This commit is contained in:
parent
64a2f0fb1d
commit
90b27a5a56
|
@ -104,7 +104,7 @@ public class GridTab implements DataStatusListener, Evaluatee, Serializable
|
|||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -8762357519103152929L;
|
||||
private static final long serialVersionUID = -8055500064230704903L;
|
||||
|
||||
public static final String DEFAULT_STATUS_MESSAGE = "NavigateOrUpdate";
|
||||
|
||||
|
|
|
@ -87,11 +87,12 @@ import org.compiere.util.ValueNamePair;
|
|||
public class GridTable extends AbstractTableModel
|
||||
implements Serializable
|
||||
{
|
||||
public static final String DATA_REFRESH_MESSAGE = "Refreshed";
|
||||
/**
|
||||
* generated
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -4397161719594270579L;
|
||||
private static final long serialVersionUID = 7799823493936826600L;
|
||||
|
||||
public static final String DATA_REFRESH_MESSAGE = "Refreshed";
|
||||
|
||||
/**
|
||||
* JDBC Based Buffered Table
|
||||
|
|
|
@ -51,10 +51,10 @@ import org.zkoss.zul.Vbox;
|
|||
public class StatusBarPanel extends Panel implements EventListener, IStatusBar
|
||||
{
|
||||
/**
|
||||
*
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 8401520243224743864L;
|
||||
|
||||
private static final long serialVersionUID = -3262889055635240201L;
|
||||
|
||||
private static final String POPUP_INFO_BACKGROUND_STYLE = "background-color: #262626; -moz-border-radius: 3px; -webkit-border-radius: 3px; border: 1px solid #262626; border-radius: 3px; ";
|
||||
private static final String POPUP_ERROR_BACKGROUND_STYLE = "background-color: #8B0000; -moz-border-radius: 3px; -webkit-border-radius: 3px; border: 1px solid #8B0000; border-radius: 3px; ";
|
||||
private static final String POPUP_POSITION_STYLE = "position: absolute; z-index: 99; display: block; visibility: visible;";
|
||||
|
|
Loading…
Reference in New Issue