~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/webservice/configure.zcml

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-07-22 05:56:29 UTC
  • mfrom: (13492.1.1 revert-r13485)
  • Revision ID: launchpad@pqm.canonical.com-20110722055629-0y8ss6zvhjcoo12r
[r=wgrant][rollback=13485] Revert r13485. It prevents form pickers
 from being attached to their text widgets.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!-- Copyright 2011 Canonical Ltd.  This software is licensed under the
2
 
     GNU Affero General Public License version 3 (see the file LICENSE).
3
 
-->
4
 
 
5
 
<configure
6
 
    xmlns="http://namespaces.zope.org/zope"
7
 
    xmlns:i18n="http://namespaces.zope.org/i18n"
8
 
    i18n_domain="launchpad">
9
 
 
10
 
    <adapter
11
 
            provides="lazr.restful.interfaces.IJSONPublishable"
12
 
            for="zope.interface.common.idatetime.ITimeDelta"
13
 
            factory="lp.services.webservice.json.StrJSONSerializer"
14
 
            permission="zope.Public"/>
15
 
</configure>