Jump to content

Liam

Members
  • Posts

    7
  • Joined

  • Last visited

Posts posted by Liam

  1. On 7/12/2021 at 6:20 PM, Daniel Fleming said:

    Hi Liam,

    I believe this is due to amount of records you are trying to expand.  can you tell me how many records you are trying to expand?  Did this only begin happening recently?

    regards,
    daniel

     

    Hi Daniel,

    There are more than 1000 shots in tasks board, and I have tried to expand only a few of them, but no matter I choose one or more shots to expand, the result is the same.

    Is it because there are too many records in the board ?

     

    regards,
    liam 

  2. On 4/19/2018 at 3:29 PM, Mattias Lagergren said:

    Hi Tim,

    Sorry for the confusion on this - you're correct, the id is wrong when accessed from the sidebar. To work around this you can do the following:

    
    
    
    
    if '_' in entityId
    	realId, junk = entityId.split('_')

    As for the entityType - this is old style entity type from the backend. Instead of using 'task' you would want to use 'TypedContext' on the session:

    
    
    
    
    session.get('TypedContext', realId)

     

    Hi Mattias,

    Sorry to bring up this old post, but this is really related to my question:

    I don't know how can I get info like "project" from the dynamic-enumerator event who is triggered by a custom attribute of dynamic-enum type on the filter section ?

     

    I notice that the "recordData" in the event was empty, but there is one data named "filters", so I guess it is used to record the info
    about the current filters, but it doesn't look like it has the data I want.

     

    {
        u'attributeName': u'episode', 
        u'sorters': [], 
        u'filters': [
            {
                u'disabled': True, 
                u'property': u'name', 
                u'root': u'data', 
                u'initialConfig': {
                    u'disabled': True, 
                    u'property': u'name', 
                    u'root': u'data', 
                    u'id': u'ft-dynamicenumerator-2000574-query-filter'
                }, 
                u'id': u'ft-dynamicenumerator-2000574-query-filter'
            }
        ], 
        u'query': u'', 
        u'groupers': [], 
        u'recordData': {}
    }

     

    So, in this situation, is there any chances I can get the info about like "project" ?
    Thanks a lot.

     

     

    Liam

×
×
  • Create New...