Merge pull request 'C2025-060 When format is updated in PROMS, auto-update the format cache so it doesn't require exiting PROMS and going back in.' (#671) from C2025-060 into Development
good for testing phase
This commit was merged in pull request #671.
This commit is contained in:
@@ -5380,6 +5380,8 @@ namespace VEPROMS
|
|||||||
private void btnUpdateFormat_Click(object sender, EventArgs e)
|
private void btnUpdateFormat_Click(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
UpdateFormats(null);
|
UpdateFormats(null);
|
||||||
|
//C2025-060 When format is updated in PROMS, auto-update the format cache so it doesn't require exiting PROMS and going back in.
|
||||||
|
RefreshFormats(sender, null);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void UpdateFormats(string mypath)
|
private void UpdateFormats(string mypath)
|
||||||
|
|||||||
Reference in New Issue
Block a user