mirror of
				https://github.com/Frooodle/Stirling-PDF.git
				synced 2025-11-01 01:21:18 +01:00 
			
		
		
		
	Fix: Ensure backend receives false when checkbox is unchecked in split-pdf-by-chapters feature (#2234)
* Implemented hidden input tags to resolve issue with file input handling * Cleanup: Remove log statements for production readiness --------- Co-authored-by: Harshad Marathe <harshad@DESKTOP-1MNKUHA> Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									ea0d9301ff
								
							
						
					
					
						commit
						15848e3de6
					
				@ -31,11 +31,13 @@
 | 
			
		||||
            <div class="mb-3 form-check">
 | 
			
		||||
              <input type="checkbox" class="form-check-input" id="includeMetadata" name="includeMetadata">
 | 
			
		||||
              <label class="form-check-label" for="includeMetadata" th:text="#{splitByChapters.includeMetadata}"></label>
 | 
			
		||||
              <input type="hidden" name="includeMetadata" value="false" />
 | 
			
		||||
            </div>
 | 
			
		||||
 | 
			
		||||
            <div class="mb-3 form-check">
 | 
			
		||||
              <input type="checkbox" class="form-check-input" id="allowDuplicates" name="allowDuplicates">
 | 
			
		||||
              <label class="form-check-label" for="allowDuplicates" th:text="#{splitByChapters.allowDuplicates}"></label>
 | 
			
		||||
              <input type="hidden" name="allowDuplicates" value="false" />
 | 
			
		||||
            </div>
 | 
			
		||||
 | 
			
		||||
            <p>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user