C2024-005-Annotations-Cleanup #353
Closed
plarsen
wants to merge 6 commits from
C2024-005-Annotations-Cleanup into Development
pull from: C2024-005-Annotations-Cleanup
merge into: Volian:Development
Volian:master
Volian: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
Volian:Development
Volian:C2026-014
Volian:C2026-015
Volian:B2026-042-Fix-Null-Error-for-Set_At_All_Level-in-the-Applicability-tab-evaluate-having-the-button-grayed-out-for-the-RNO-column-4
Volian:C2026-027-New-Set_At_All_Level-in-the-Applicability-tab-evaluate-having-the-button-grayed-out-for-the-RNO-column
Volian:C2026-008
Volian:B2026-040
Volian:B2026-037
Volian:C2026-033_Baseline_Printing
Volian:baseline
Volian:B2026-035_fix_RO_Preview_for_X_Y_Plots
Volian:General_Debugging
Volian:BNPP_CoverPage_Consolidation
Volian:B2026-018_The_Disable_Initial_Line_check_box
Volian:B2026-023-Adding-RO-Editor-symbols-to-RO-X_Y_plots
Volian:B2026-034
Volian:C2026-007_B2026-027
Volian:B2026-033
Volian:B2026-030
Volian:C2026-028
Volian:B2026-022-Adding-RO-Editor-symbols-to-RO-Tables
Volian:C2026-030_BNPP_CoverAdjustments
Volian:C2024_006_The_Admin_tool_that_Check_for_bad_RO_links_could_be_improved_to_fix-some-additional_cases-4
Volian:B2026-001-Sort-order--for-ROs-Wolf-Creek-2
Volian:C2025-048-Set-Quick-Print-overwrite-pdf-to-false
Volian:C2025-047-AnnotationsTypeSelectChanges
Volian:C2025-047-AnnotationsTypeSelectChanges-5
Volian:C2025-023-New-EP-Format-File
Volian:C2025-027-Develop-a-way-to-filter-annotations-so-the-user-can-view-only-the-types-they-want-to-see-EP
Volian:C2024-041-Disable-UCF-(User-Control-of-Format)-options
Volian:C2020-049-Add-the-ability-for-PROMS-to-remember-the-procedure-tabs-that-were-open-when-you-closed-PROMS-6
Volian:F2024-074-Farley_TOC
Volian:C2020-049-Add-the-ability-for-PROMS-to-remember-the-procedure-tabs-that-were-open-when-you-closed-PROMS
Volian:B2024-063-Invalid-Format-message-box-displays-when-rev-date-empty
Volian:B2024-062_EmptyProcedure
Volian:B2024-068-VCS-Deviation-Format
Volian:C2024-005
Volian:C2024-016-Write-Info-to-Results-Window-Delete-Annotations
Volian:B2024-046-Set-Default-Tab-In-Admin-Tools
Volian:B2024-041
Volian:C2024-004_fix
Volian:C2021-059
Volian:B2024-032-Fix-Quick-Print
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Delete Branch "C2024-005-Annotations-Cleanup"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
C2024-005 Add a tool to the Admin tools that would facilitate the cleanup of Annotations by type.
promsfixes:
a) USE VEPROMS_BRAIDWOOD - should not be in there
b) why is Kevn's stuff shown as addition in Paul's branch? is there a conflict with what he just put on?
c) the compatibility level is changed
d) don't understnd the FROM Ann part of this, I guess this is so that the join can be done? (question that probably doesn't requre a change)
-- Delete Annotations
DELETE FROM Ann
FROM tblAnnotations Ann INNER JOIN @Annotationitems AI ON Ann.itemid = AI.AllItemIDs WHERE TypeID = @typeid
GO
e) using STRING_SPLIT rather than volian sql function in deleteAnnotationProcByType
why is the licenses.licx file from VEPROMS User Interface/Properties included?
should we by included a csproj file (again in VEPROMS User Interface)
frmAnnotationsCleanup.cs - no comments: removed commented out code
frmBatchRefresh.cs - no comments; remove commented out code & extra whitspace; what is idea behind loading bottom level folders only? 'TODO' in comment, is there something that needs done?
Why is anything being checked in that references Bradwood or BWD? - in VEPROMS.CSLA.Library and Volian.Controls.Library
related to #5. - I left some TODO items for me because I will be taking on the delete folders part of the ticket after Paul is complete with annotations. Also for deleting folders we only want to allow folders to be selected (although we did find that some locations have nested folders, so I will have to work on those when the branch comes back to me).
Pull request closed