diff --git a/.github/ISSUE_TEMPLATE/Bug-Report.yml b/.github/ISSUE_TEMPLATE/Bug-Report.yml
index 523ebc5e2602..8e7aa1599ae2 100644
--- a/.github/ISSUE_TEMPLATE/Bug-Report.yml
+++ b/.github/ISSUE_TEMPLATE/Bug-Report.yml
@@ -67,6 +67,38 @@ body:
- Safari
- Microsoft Edge
- Other
+ - type: dropdown
+ id: on-demo
+ attributes:
+ label: Can you reproduce this on the public demo?
+ description: You can check this at https://demo.snipeitapp.com.
+ options:
+ - 'Yes'
+ - 'No'
+ - N/A
+ validations:
+ required: true
+ - type: dropdown
+ id: fmcs
+ attributes:
+ label: Do you have full multiple company support enabled?
+ description: You can check this in your Snipe-IT installation at `Admin Settings > General Settings > Scoping`.
+ options:
+ - 'Yes'
+ - 'No'
+ validations:
+ required: true
+ - type: dropdown
+ id: fmcs-location
+ attributes:
+ label: If you have full multiple company support enabled, do you have location scoping to company enabled?
+ description: You can check this in your Snipe-IT installation at `Admin Settings > General Settings > Scoping`.
+ options:
+ - 'Yes'
+ - 'No'
+ - I do not have full multiple company support enabled
+ validations:
+ required: true
- type: textarea
id: server-logs
attributes:
@@ -102,4 +134,4 @@ body:
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/grokability/snipe-it/blob/master/CODE_OF_CONDUCT.md).
options:
- label: I agree to follow this project's Code of Conduct
- required: true
+ required: true
\ No newline at end of file
diff --git a/resources/views/accessories/edit.blade.php b/resources/views/accessories/edit.blade.php
index a327df5fa9a8..0209c132e3e8 100644
--- a/resources/views/accessories/edit.blade.php
+++ b/resources/views/accessories/edit.blade.php
@@ -16,19 +16,85 @@
@section('inputFields')
@include ('partials.forms.edit.company-select', ['translated_name' => trans('general.company'), 'fieldname' => 'company_id'])
-@include ('partials.forms.edit.name', ['translated_name' => trans('admin/accessories/general.accessory_name')])
+
+
- Hi. -
diff --git a/resources/views/blade/filestable.blade.php b/resources/views/blade/filestable.blade.php index c4b105d6bbc9..8b20ec067b53 100644 --- a/resources/views/blade/filestable.blade.php +++ b/resources/views/blade/filestable.blade.php @@ -4,7 +4,7 @@ 'object_type' => '', ]) - +