Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update TaskList Component #1

Merged
merged 4 commits into from
May 10, 2021
Merged

Conversation

kurianbenoy-aot
Copy link
Contributor

  • Generate a unique url for taskEmail feature.

The feature supports two kinds of routing to use: one is using query parameter ?taskId and other is by passing the taskId directly in the format : baseurl/task.

  • Minor UI change in tab

image

  • Also fixed bugs in follow up date & due date being persisted in v-model element on deletion
  • Fix for form redirection issue
  • Delete sort bug fixed

@ann-aot ann-aot merged commit e3fd33f into AOT-Technologies:master May 10, 2021

const formsflowAIApiUrl = localStorage.getItem("formsflow.ai.api.url")
if(typeof formsflowAIApiUrl!== 'undefined' && formsflowAIApiUrl!== null){
this.formioUrl = localStorage.getItem("formsflow.ai.url") + '/form/' + this.formId + '/submission/' + this.submissionId;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to move to variable. storage variable name take from constant

@@ -28,6 +29,7 @@ import { State } from 'vuex-class'
}
})
export default class TaskList extends Vue {
@Prop() private getTaskId!: string;
@State('user') private user!: any
public token: any = 'eyJhbGciOiJSUzI1NiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICJZUktnVzA0QmJ4QUxpODQ1cy1DdjRURElkMkdZWDc2aHgzM2RIekFCUEZjIn0.eyJleHAiOjE2MTY1Mzc0NTgsImlhdCI6MTYxNjUzNzE1OCwiYXV0aF90aW1lIjoxNjE2NTM0NzI0LCJqdGkiOiI0OWIxYTk1Yy0wZjYyLTQxOTctOTA4Zi0wNzUzODhiYWU2NWUiLCJpc3MiOiJodHRwczovL2Rldi5vaWRjLmdvdi5iYy5jYS9hdXRoL3JlYWxtcy92dGtheXE0YyIsImF1ZCI6WyJjZm1zLWRldiIsImNhbXVuZGEtcmVzdC1hcGkiLCJub3RpZmljYXRpb25zLWFwaSIsImZvcm1zLWZsb3ctd2ViIiwiYWNjb3VudCJdLCJzdWIiOiI1OTEzOTE1My00NmZmLTQ3N2QtYWY2Ni1iM2UzY2Q5MmQzZDUiLCJ0eXAiOiJCZWFyZXIiLCJhenAiOiJjZm1zLWRldi1zdGFmZiIsIm5vbmNlIjoiZWUxZmYyZjYtZTQyOS00YTBjLThmMGQtNjc5OGNmOGI2MTU5Iiwic2Vzc2lvbl9zdGF0ZSI6ImYzMzY3YzM1LWEzMjUtNGNlYi1hZTgwLTI0NWIzY2VhYzBhMSIsImFjciI6IjAiLCJhbGxvd2VkLW9yaWdpbnMiOlsiKiJdLCJyZWFsbV9hY2Nlc3MiOnsicm9sZXMiOlsib2ZmbGluZV9hY2Nlc3MiLCJ1bWFfYXV0aG9yaXphdGlvbiIsImludGVybmFsX3VzZXIiXX0sInJlc291cmNlX2FjY2VzcyI6eyJmb3Jtcy1mbG93LXdlYiI6eyJyb2xlcyI6WyJmb3Jtc2Zsb3ctcmV2aWV3ZXIiLCJmb3Jtc2Zsb3ctZGVzaWduZXIiXX0sImFjY291bnQiOnsicm9sZXMiOlsibWFuYWdlLWFjY291bnQiLCJtYW5hZ2UtYWNjb3VudC1saW5rcyIsInZpZXctcHJvZmlsZSJdfX0sInNjb3BlIjoib3BlbmlkIGNhbXVuZGEtcmVzdC1hcGkgcHJvZmlsZSBlbWFpbCIsImVtYWlsX3ZlcmlmaWVkIjp0cnVlLCJuYW1lIjoiR0EgRGVtbyIsInByZWZlcnJlZF91c2VybmFtZSI6ImRlbW9nYSIsImdpdmVuX25hbWUiOiJHQSIsImZhbWlseV9uYW1lIjoiRGVtbyIsInVzZXJuYW1lIjoiZGVtb2dhIn0.R_OveI-67dp17Vd1luk51xRW_SEo53J3WdHhWBDijqidi2M88V7MWka73KMlAZej9nPWnlTn3pdoOW_Jz07xKQYznlppl-UfVgYFeAXVxr_gzNs05eFMHIkl7pePwgcyTDuCsKaU6R2rc0DkLYdVvl11xKs90Wqil6mplm8Q0PykWatr3oHP2LLuD8OJ6dgV73TfNbIWY_VNAHKXtzOarIguudp7jHKZ9BBj5gZC6XGa42Gd1Fvhgy8xHJkY1fq9_83pzcHwCLrBzpiKwezaBWJtG4_z6sSdWmTUAU7IOMBLIUvW_mNAr4cR206dKBQUiYfkEYGCEcI4JMHzdp-ntw'//sessionStorage.getItem('token')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

key should not be here

shuhaib-aot pushed a commit to shuhaib-aot/forms-flow-ai-extensions that referenced this pull request Dec 15, 2023
…34973748843f38750cf1e4c368b1a

[Snyk] Fix for 3 vulnerabilities
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants