Rename issue tracker field to external link
	
		
			
	
		
	
	
		
	
		
			Some checks are pending
		
		
	
	
		
			
				
	
				ci/woodpecker/push/woodpecker Pipeline is pending
				
			
		
		
	
	
				
					
				
			
		
			Some checks are pending
		
		
	
	ci/woodpecker/push/woodpecker Pipeline is pending
				
			This commit is contained in:
		@@ -134,7 +134,7 @@ class ShortenerForm(Form):
 | 
				
			|||||||
class InventoryItemForm(CustomForm):
 | 
					class InventoryItemForm(CustomForm):
 | 
				
			||||||
    type = SelectField("Type", choices=fetch_type_select())
 | 
					    type = SelectField("Type", choices=fetch_type_select())
 | 
				
			||||||
    name = StringField('Name')
 | 
					    name = StringField('Name')
 | 
				
			||||||
    issue_tracker = StringField('Issue Tracker')
 | 
					    external_link = StringField('External link')
 | 
				
			||||||
    comment = StringField('Comment')
 | 
					    comment = StringField('Comment')
 | 
				
			||||||
    inventory = FormField(InventoryForm)
 | 
					    inventory = FormField(InventoryForm)
 | 
				
			||||||
    hardware = FormField(HardwareForm)
 | 
					    hardware = FormField(HardwareForm)
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -83,8 +83,8 @@
 | 
				
			|||||||
      </tr>
 | 
					      </tr>
 | 
				
			||||||
      
 | 
					      
 | 
				
			||||||
      <tr>
 | 
					      <tr>
 | 
				
			||||||
        <td>Issue Tracker</td>
 | 
					        <td>External link</td>
 | 
				
			||||||
        <td>{{ form.issue_tracker }}</td>
 | 
					        <td>{{ form.external_link }}</td>
 | 
				
			||||||
      </tr>
 | 
					      </tr>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      <tr>
 | 
					      <tr>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -115,8 +115,8 @@
 | 
				
			|||||||
      </tr>
 | 
					      </tr>
 | 
				
			||||||
      
 | 
					      
 | 
				
			||||||
      <tr>
 | 
					      <tr>
 | 
				
			||||||
	 <td>Issue tracker</td>
 | 
						 <td>External link</td>
 | 
				
			||||||
	 <td><a href="{{ item.issue_tracker }}">Issue tracker</a></td>
 | 
						 <td><a href="{{ item.external_link }}">External link</a></td>
 | 
				
			||||||
      </tr>
 | 
					      </tr>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      <tr>
 | 
					      <tr>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user