Matthew Schill mschill
  • Joined on 2024-09-05
mschill commented on pull request Volian/SourceCode#756 2026-05-15 07:08:43 -04:00
C2026-008 - Re-Architect RO.FST to include RO Modification date/time and use those when updating ROs from the RO.FST

Ready for Review again - but hold on merging into Dev until testing complete.

mschill pushed to C2026-008 at Volian/SourceCode 2026-05-15 07:07:24 -04:00
8f1bb45e42 C2026-008 - Re-Architect RO.FST to include RO Modification date/time and use those when updating ROs from the RO.FST
mschill pushed to C2026-008 at Volian/SourceCode 2026-05-14 10:40:03 -04:00
f39aefd28f Merge branch 'Development' into C2026-008
2cfc43dbfd Merge pull request 'B2026-045 Issue with Refreshing Changebars when Approval is done multiple times in a row on Multi-unit. Printing was ok but the UI required leaving PROMS and going back in.' (#769) from B2026-045 into Development
f4168b5202 B2026-045 Issue with Refreshing Changebars when Approval is done multiple times in a row on Multi-unit. Printing was ok but the UI required leaving PROMS and going back in.
2d93b652e8 Merge pull request 'B2026-046-RO-symbols-and-Annotations' (#768) from B2026-046-RO-symbols-and-Annotations into Development
70782cd655 B2026-046-RO-symbols-and-Annotations
Compare 6 commits »
mschill created pull request Volian/SourceCode#769 2026-05-13 15:01:43 -04:00
B2026-045 Issue with Refreshing Changebars when Approval is done multiple times in a row on Multi-unit. Printing was ok but the UI required leaving PROMS and going back in.
mschill pushed to B2026-045 at Volian/SourceCode 2026-05-13 15:00:51 -04:00
f4168b5202 B2026-045 Issue with Refreshing Changebars when Approval is done multiple times in a row on Multi-unit. Printing was ok but the UI required leaving PROMS and going back in.
mschill created branch B2026-045 in Volian/SourceCode 2026-05-13 15:00:50 -04:00
mschill approved Volian/SourceCode#768 2026-05-13 13:37:18 -04:00
B2026-046-RO-symbols-and-Annotations

Looks good to me. Ready for QA!

mschill suggested changes for Volian/SourceCode#768 2026-05-13 13:13:16 -04:00
B2026-046-RO-symbols-and-Annotations

looks good other than commented out code

mschill commented on pull request Volian/SourceCode#768 2026-05-13 13:13:16 -04:00
B2026-046-RO-symbols-and-Annotations

would remove commented out code

mschill pushed to C2026-008 at Volian/SourceCode 2026-05-12 08:52:25 -04:00
768fcc4f05 Fix Bug in Dotnet Bar related to multiple events and closing display tabs
mschill pushed to C2026-008 at Volian/SourceCode 2026-05-11 14:41:33 -04:00
727491f99b Merge branch 'C2026-008' of https://git.volian.com/Volian/SourceCode into C2026-008
c5f1c3a340 C2026-008 - Re-Architect RO.FST to include RO Modification date/time and use those when updating ROs from the RO.FST
Compare 2 commits »
mschill pushed to C2026-008 at Volian/SourceCode 2026-05-11 14:41:06 -04:00
a78311104a Merge branch 'Development' into C2026-008
333645b044 Merge pull request 'F2026_013 Fixed typo in Vogtle format title' (#767) from F2026-013_Vogtle_3_4_Format into Development
23173074aa F2026_013 Fixed typo in Vogtle format title
be8bb9c4e1 Merge pull request 'B2026-043-Fix-Error-for-Set_At_All_Level-in-the-Applicability-tab-evaluate-having-the-button-grayed-out-for-the-RNO-column-when-clicked-executes-function' (#765) from B2026-043-Fix-Error-for-Set_At_All_Level-in-the-Applicability-tab-evaluate-having-the-button-grayed-out-for-the-RNO-column-when-clicked-executes-function into Development
d07e132216 B2026-043-Fix-Error-for-Set_At_All_Level-in-the-Applicability-tab-evaluate-having-the-button-grayed-out-for-the-RNO-column-when-clicked-executes-function
Compare 29 commits »
mschill commented on pull request Volian/SourceCode#765 2026-05-07 14:42:53 -04:00
B2026-043-Fix-Error-for-Set_At_All_Level-in-the-Applicability-tab-evaluate-having-the-button-grayed-out-for-the-RNO-column-when-clicked-executes-function

just a minor thing - but shouldn't need to clear it since it was just created.

mschill suggested changes for Volian/SourceCode#765 2026-05-06 06:18:51 -04:00
B2026-043-Fix-Error-for-Set_At_All_Level-in-the-Applicability-tab-evaluate-having-the-button-grayed-out-for-the-RNO-column-when-clicked-executes-function

I believe this still has the same issue as before with the gpsubItem being created in the constructor --- i.e. it is statically part of the class and will be created in the constructor and could potentially be garbage collected as it is removed from the control.