mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-03 22:07:33 -05:00 
			
		
		
		
	Kanban fixes
This commit is contained in:
		
							parent
							
								
									a7e82eb16e
								
							
						
					
					
						commit
						ba7e42bad1
					
				@ -2721,6 +2721,7 @@ $LANG = array(
 | 
			
		||||
    'archived_proposal_categories' => 'Successfully archived :count categories',
 | 
			
		||||
    'deleted_proposal_categories' => 'Successfully archived :count categories',
 | 
			
		||||
    'restored_proposal_category' => 'Successfully restored category',
 | 
			
		||||
    'delete_status' => 'Delete Status',
 | 
			
		||||
 | 
			
		||||
);
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -382,7 +382,7 @@
 | 
			
		||||
                            location.reload();
 | 
			
		||||
                        }
 | 
			
		||||
                    })
 | 
			
		||||
                }, "{{ trans('texts.archive_status')}}");
 | 
			
		||||
                }, "{{ trans('texts.delete_status')}}");
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            self.cancelNewTask = function() {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user