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: :Development
:master
:C2026-043-Tech-Debt_v1
:Development
:C2026-053_restore_only_Proc_section_tabs
:B2026-074_restore_proc_tabs
:C2026-041-invisible-position-changes-as-differences
:F2026-021_Ginna_Appendex_Num_Step_Prefix
:F2026-022_Farley_Title_Box
:old_repo1
:F2026-20_Farley_FSG_Format
:F2026-018_B2026-072_Farely_Arial_Print_Fix
:F2026-019_CallawayBackgrounds
:B2026-039-Error-sequence-contains-no-elements
:B2026-056-Syntax-problem-in-X/Y-plot
:B2026-070
:C2026-047_AlarmPointTableProcessing
:B2026-053-Find-Unlinked-Values-of-Selected
:B2026-069
:B2026-067
:B2026-066_UpdateROsButtonFix
:B2026-053-Global-Search-should-not-return-partial-matches
:C2026-046
:F2026-017_SummerCautionNoteAdj
:C2026-044
:B2026-055
:F2026-016_Robinson_Foldout_Format
:B2026-065_RNO_TablePositionAdjustment
:B2026-064
:F2026-015_SouthTexas_ChgBars
:B2026-054
:F2026-014_SouthTexas_Caution_Box_Width
:B2026-063
:B2026-057
:B2026-052
:B2026-60_B2026-61
:B2026-058
:C2026-021_B2026-048
:B2026-050
:B2026-051
:C2026-008
:C2026-037
:B2026-045
:B2026-046-RO-symbols-and-Annotations
:F2026-013_Vogtle_3_4_Format
: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
:C2026-014
:C2026-015
: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
:C2026-027-New-Set_At_All_Level-in-the-Applicability-tab-evaluate-having-the-button-grayed-out-for-the-RNO-column
:B2026-040
:B2026-037
:C2026-033_Baseline_Printing
:baseline
:B2026-035_fix_RO_Preview_for_X_Y_Plots
:General_Debugging
:BNPP_CoverPage_Consolidation
:B2026-018_The_Disable_Initial_Line_check_box
:B2026-023-Adding-RO-Editor-symbols-to-RO-X_Y_plots
:B2026-034
:C2026-007_B2026-027
:B2026-033
:B2026-030
:C2026-028
:B2026-022-Adding-RO-Editor-symbols-to-RO-Tables
:C2026-030_BNPP_CoverAdjustments
:C2024_006_The_Admin_tool_that_Check_for_bad_RO_links_could_be_improved_to_fix-some-additional_cases-4
:B2026-001-Sort-order--for-ROs-Wolf-Creek-2
:C2025-048-Set-Quick-Print-overwrite-pdf-to-false
:C2025-047-AnnotationsTypeSelectChanges
:C2025-047-AnnotationsTypeSelectChanges-5
:C2025-023-New-EP-Format-File
:C2025-027-Develop-a-way-to-filter-annotations-so-the-user-can-view-only-the-types-they-want-to-see-EP
:C2024-041-Disable-UCF-(User-Control-of-Format)-options
:C2020-049-Add-the-ability-for-PROMS-to-remember-the-procedure-tabs-that-were-open-when-you-closed-PROMS-6
:F2024-074-Farley_TOC
:C2020-049-Add-the-ability-for-PROMS-to-remember-the-procedure-tabs-that-were-open-when-you-closed-PROMS
:B2024-063-Invalid-Format-message-box-displays-when-rev-date-empty
:B2024-062_EmptyProcedure
:B2024-068-VCS-Deviation-Format
:C2024-005
:C2024-016-Write-Info-to-Results-Window-Delete-Annotations
:B2024-046-Set-Default-Tab-In-Admin-Tools
:C2024-005-Annotations-Cleanup
:B2024-041
:C2024-004_fix
:C2021-059
: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.
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