How can i add Comment section for each Field-collection sections? - drupal-7

How can i add Comment section for each Field-collection sections ?
I have Step1, Step2,... etc.
Now user want to add comment for any steps.
Thanks in Advance.

I thinks you can do this with entity reference.

You can use https://drupal.org/project/field_comments on the field of the field collection.

Related

Wagtail - how to put two fields in one row in admin form?

I would like to put two fields next to each other. I didn't find any instructions in the wagtail documentation so I think it's more tricky or not possible in the current wagtail solution. I suppose that the only way to achieve it is the override edit form the HTML file, right?
I would like to have something like this:
You probably need the FieldRowPanel. Reference: https://docs.wagtail.io/en/latest/reference/pages/panels.html#fieldrowpanel

Add a way to limit number of lines in secondary text by using material ui v1

Please let me know if there is any solution available for this. Its a general question so i don't have any working example. Thanks
Maybe with rowsMax property, you need to have multiline enabled. See section Props for more info : https://material-ui-next.com/api/text-field/#textfield

How to add custom data to hystrix-metrics-event-stream?

I would like to add some more JSON fields to the hystrix-metrics-event-stream for each HystrixCommand.
What is the proposed way to do it?
Thanks for any hint

Dynamic exposed filters in Drupal 7

I've got a question in drupal. I have two filters. The values of the 2nd filter depends on what value was chosen in the first filter.
Example.
First filter values : Lakers,Clippers
Second filter values : if Lakers was chosen = KOBE,GASOL
if Clippers was chosen = PAUL,GRIFFIN .
Is there any module that supports this? Or do I have to code this? If I do is there any reference or guide that I could read and follow?
THANKS!
Yes there is
Drupal has a module called hierarchical select.
check this out
https://drupal.org/project/hierarchical_select.
Hope this helps you.
Don't use hierachical select. It is chock full of bugs and since the maintainer went to work for Acquia, he no longer pays any attention to it. You'll have to write some code to make this work using contextual filters.

Clear quest - Need to query Named lists

My requirement:
i need to add a new value to the Named lists(in CQ, edit ->Named lists ->Build Number) using cq perl.
Please help me in this.
Got it, Thanks.
If any one is looking for answer:
http://pic.dhe.ibm.com/infocenter/cqhelp/v7r1m2/index.jsp?topic=%2Fcom.ibm.rational.clearquest.apiref.doc%2Ftopics%2Fc_database_mthds.htm

Resources