Activities of "tahmad"

so basically it is not updatable. but it should be, this is like a bug. thanks I will do it by choosing any other option because I'm creating UI logic by myself.

on question type 2 we have the paragraph text, so what is the use of it? or how I can save 2?

Hi liangshiwei,

I'm sending questionType 2 and it is not updating

it is still returning the old value

when I set questionType 3,4 or 1 it works find and update the value when I set 2 it is not working.

It is working now, no need to give answer for permission, thanks.

Hi I'm invoking this from admin credentials but facing permission issue

this.formService .getList(formListDto) .subscribe((resp: PagedResultDto<FormDto>) => { if (resp.items) { this.fetchServiceTasks(); } });

can you please tell which permission i need to add in my admin account?

I'm generating proxy on angular side for Form Service but it is not adding why? also I've found generate-proxy.json added but services and models are not added so I'm not able to consume them

No I don't want to use MVU UI, I just creating MVC project to check how it works and how the code but backend source code is not available and I cannot see the code.

I created a project in mvc but I added Form Module without source code because I have the Teams License. so I think now I need to do it by myself.

I got it how to do it, correct me if I'm wrong. e.g., var form2 = await _formRepository.GetAsync(new Guid()); await _questionManager.CreateQuestionAsync(form2, Volo.Forms.QuestionTypes.Checkbox, 0, true, "my question", "description", false, null);

I'm working on ABP Survey in this sprint so I will have queries related to ABP Survey that I will be posting here, so I'm good for now but I will have something in someday. so I'm not closing the ticket as I'm still working on the ABP Survey, Thank You.

okay, I have added the form module on backend. how I can create an object of Volo.Forms.Forms.Form class. due to its protection level I cannot create!

Showing 1 to 10 of 44 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on December 13, 2024, 06:09