Difference between revisions of "Widget:DCTList"

From LINKS Community Center
Jump to: navigation, search
Line 323: Line 323:
 
             console.log('results', functionsQueryResponse.query.results)
 
             console.log('results', functionsQueryResponse.query.results)
 
             const functionsSortOrder = Object.keys(fnImages);
 
             const functionsSortOrder = Object.keys(fnImages);
 +
 +
            let x = Object.entries(functionsQueryResponse.query.results)
 +
                .map(([key, value]) => ([removePrefix(key), value]))
 +
 +
                console.log('BLA', x)
 +
 
             Object.keys(functionsQueryResponse.query.results)
 
             Object.keys(functionsQueryResponse.query.results)
 
          
 
          

Revision as of 16:41, 16 November 2022

Development verstion of the DCT List.
Not ready for production!