Skip to content

Commit

Permalink
Merge pull request #689 from aidanjbennett/JS-0715
Browse files Browse the repository at this point in the history
Fix JS 0715
  • Loading branch information
robotichead authored Oct 14, 2024
2 parents 8537843 + 73aab8b commit cc4a5d8
Show file tree
Hide file tree
Showing 17 changed files with 0 additions and 107 deletions.
4 changes: 0 additions & 4 deletions src/js/components/customers/NewCustomerForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,6 @@ export default {
type: Boolean,
default: false,
},
organisationName: {
type: String,
default: "",
},
titleList: {
type: Array,
default() {
Expand Down
4 changes: 0 additions & 4 deletions src/js/components/dates/BetweenDates.vue
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,6 @@ export default {
type: Boolean,
default: false,
},
noBackDating: {
type: Boolean,
default: true,
},
startDateModel: {
type: Number,
default: () => {
Expand Down
6 changes: 0 additions & 6 deletions src/js/components/diagnostic/DiagnosticInformation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -206,12 +206,6 @@ export default {
type: Boolean,
default: false,
},
csrfTrustedUrls: {
type: Array,
default: () => {
return [];
},
},
rootUrl: {
type: String,
default: "/",
Expand Down
4 changes: 0 additions & 4 deletions src/js/components/gantt_chart/GanttInformation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,6 @@ export default {
type: String,
default: "light",
},
userLevel: {
type: Number,
default: 0,
},
},
data() {
return {
Expand Down
12 changes: 0 additions & 12 deletions src/js/components/modules/wizards/NewKanbanLinkWizard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -306,18 +306,6 @@ export default {
NSelect,
},
props: {
columnResults: {
type: Array,
default: () => {
return [];
},
},
levelResults: {
type: Array,
default: () => {
return [];
},
},
locationId: {
type: Number,
default: 0,
Expand Down
4 changes: 0 additions & 4 deletions src/js/components/notifications/NewNotification.vue
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,6 @@ export default {
type: String,
default: "/",
},
staticUrl: {
type: String,
default: "/",
},
theme: {
type: String,
default: "",
Expand Down
4 changes: 0 additions & 4 deletions src/js/components/notifications/NotificationInformation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,6 @@ export default {
type: String,
default: "/",
},
staticUrl: {
type: String,
default: "/",
},
theme: {
type: String,
default: "",
Expand Down
8 changes: 0 additions & 8 deletions src/js/components/object_scheduler/ScheduleObjects.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,6 @@ export default {
return [];
},
},
staticUrl: {
type: String,
default: "/",
},
theme: {
type: String,
default: "",
},
userLevel: {
type: Object,
default: () => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -229,10 +229,6 @@ export default {
type: String,
default: "/",
},
scheduledObjectId: {
type: Number,
default: 0,
},
scheduledObjectResults: {
type: Object,
default: () => {
Expand Down
5 changes: 0 additions & 5 deletions src/js/components/organisations/GetStakeholders.vue
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,6 @@ export default {
ValidationRendering,
},
props: {
isDirty: {
//Passes the value from the template above where the checking is done
type: Boolean,
default: false,
},
},
data() {
return {
Expand Down
4 changes: 0 additions & 4 deletions src/js/components/permissions/GroupPermissions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,6 @@ export default {
return [];
},
},
isDirty: {
type: Boolean,
default: true,
}, //Passes the value from the template above where the checking is done
userGroupPermissions: {
type: Array,
default: () => {
Expand Down
12 changes: 0 additions & 12 deletions src/js/components/public/public_card_information.vue
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,6 @@ export default {
type: String,
default: "",
},
cardId: {
type: String,
default: "",
},
cardLevel: {
type: String,
default: "",
Expand All @@ -145,14 +141,6 @@ export default {
type: String,
default: "",
},
theme: {
type: String,
default: "light",
},
userLevel: {
type: Number,
default: 1,
},
},
computed: {
...mapGetters({
Expand Down
12 changes: 0 additions & 12 deletions src/js/components/public/public_kanban_board.vue
Original file line number Diff line number Diff line change
Expand Up @@ -135,22 +135,10 @@ export default {
return [];
},
},
rootUrl: {
type: String,
default: "/",
},
staticUrl: {
type: String,
default: "/",
},
theme: {
type: String,
default: "",
},
userLevel: {
type: Number,
default: 0,
},
},
data: () => ({
cardColumn: "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -198,10 +198,6 @@ export default {
return [];
},
},
theme: {
type: String,
default: ""
},
typeList: {
type: Array,
default: () => {
Expand Down
4 changes: 0 additions & 4 deletions src/js/components/request_for_change/tabs/RfcDetails.vue
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,6 @@ export default {
return [];
},
},
uuid: {
type: String,
default: "",
},
},
data() {
return {
Expand Down
4 changes: 0 additions & 4 deletions src/js/components/search/SearchObjects.vue
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,6 @@ export default {
type: Boolean,
default: false,
},
isSuperUser: {
type: Boolean,
default: false,
},
rootUrl: {
type: String,
default: "/",
Expand Down
12 changes: 0 additions & 12 deletions src/js/components/tasks/TaskInformation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -165,18 +165,6 @@ export default {
type: String,
default: "/",
},
groupResults: {
type: Array,
default: () => {
return [];
},
},
stakeholderModel: {
type: Array,
default: () => {
return [];
},
},
taskResults: {
type: Array,
default: () => {
Expand Down

0 comments on commit cc4a5d8

Please sign in to comment.